00:06 | adrianorg__ has joined IRC (adrianorg__!~adrianorg@189.58.225.232.dynamic.adsl.gvt.net.br) | |
00:10 | adrianorg_ has left IRC (adrianorg_!~adrianorg@177.18.96.247, Ping timeout: 272 seconds) | |
01:15 | bieb has left IRC (bieb!~hbieber@173.226.16.130) | |
01:52 | Parker955_Away is now known as Parker955 | |
02:11 | Phantomas has left IRC (Phantomas!~Phantomas@unaffiliated/phantomas) | |
02:50 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
03:17 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.) | |
03:39 | Steve_The_Pirate has left IRC (Steve_The_Pirate!~Gary@cpc16-haye17-2-0-cust169.haye.cable.virginmedia.com, Quit: Leaving) | |
04:28 | adrianorg__ has left IRC (adrianorg__!~adrianorg@189.58.225.232.dynamic.adsl.gvt.net.br, Read error: Operation timed out) | |
04:55 | alexqwesa has left IRC (alexqwesa!~alex@109.172.12.47, Ping timeout: 252 seconds) | |
04:57 | alexqwesa has joined IRC (alexqwesa!~alex@109.172.12.47) | |
04:57 | staffencasa has left IRC (staffencasa!~staffenca@128.193.8.220, Ping timeout: 244 seconds) | |
05:02 | dhana013 has joined IRC (dhana013!~dhana013@117.193.201.216) | |
05:07 | monteslu has left IRC (monteslu!~monteslu@ip68-109-174-213.ph.ph.cox.net, Ping timeout: 255 seconds) | |
05:08 | komunista has joined IRC (komunista!~slavko@adsl-195-168-236-050.dynamic.nextra.sk) | |
05:19 | monteslu has joined IRC (monteslu!~monteslu@ip68-109-174-213.ph.ph.cox.net) | |
05:59 | dhana013 has left IRC (dhana013!~dhana013@117.193.201.216, Quit: Leaving) | |
06:10 | komunista has left IRC (komunista!~slavko@adsl-195-168-236-050.dynamic.nextra.sk, Ping timeout: 244 seconds) | |
06:30 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
06:46 | <Hyperbyte> Gooooooood morning!
| |
06:50 | <knipwim> hey Hyperbyte !
| |
06:51 | <alkisg> Hi guys
| |
06:52 | komunista has joined IRC (komunista!~slavko@adsl-195-168-236-050.dynamic.nextra.sk) | |
06:58 | <knipwim> yeah, just finished my first python class!
| |
06:58 | <alkisg> Cool!
| |
06:58 | Another day, another idea! :P How about adding a "path" part to ltsp-update-image? ltsp-update-image <options> <path>
| |
06:58 | So, one could call `ltsp-update-image /` or `ltsp-update-image /path/to/myvbox.vdi`. In these cases, the images "self.img" and "myvbox.img" would be generated, but the .img name could be overriden by specifying --arch=name.
| |
07:00 | <knipwim> cool! :)
| |
07:00 | why not an explicit --name=name?
| |
07:00 | <alkisg> ltsp-update-kernels assumes that the non-option part is the architecture
| |
07:00 | Maybe we could make them more similar...
| |
07:01 | Ah you meant the --arch=name part
| |
07:01 | That's how we call the chroot names, "arch" :(
| |
07:01 | <knipwim> yes
| |
07:01 | <alkisg> I don't like it either, but that's what we currently use...
| |
07:02 | Maybe we could change "--arch" in all tools to "--name" ?
| |
07:02 | <knipwim> how do you process the myvbox.img then
| |
07:02 | <alkisg> How do I extract the name from it?
| |
07:03 | It's the "basename" part, whether it's a dir or a file
| |
07:03 | /opt/ltsp/fat ==> fat.img, /path/to/myvbox.vdi => myvbox
| |
07:03 | .img
| |
07:03 | <knipwim> you said ".. the images "self.img" and "myvbox.img" would be generated "
| |
07:03 | <alkisg> Well / is a special case
| |
07:03 | But for all other sources, the basename can be used for the default file name
| |
07:05 | <knipwim> yes
| |
07:05 | using --arch would be more consistant
| |
07:05 | <alkisg> The problem is that nowadays, people can have multiple chroots for the same arch
| |
07:06 | They don't just have i386/amd64 anymore, they have fat chroots, chroots for nvidia clients, chroots with other apps...
| |
07:06 | So the "--arch" parameter essentially means "--chroot-name"
| |
07:10 | Maybe we can make "name-or-path" the default parameter, so that people can run `ltsp-update-kernels i386 myfat`, `ltsp-update-image /path/to/myvbox.vdi`, `ltsp-update-sshkeys self`, `ltsp-build-client chroot-name`...
| |
07:10 | And leave "arch" only for the cases where it actually makes sense, where it specifies the architecture and not the chroot name
| |
07:15 | <knipwim> hmm, that would indeed be better
| |
07:16 | i use different base dirs to separate my installs
| |
07:16 | /opt/ltsp/i686 or /opt/ltsp-dev/i686
| |
07:16 | while /opt/ltsp/i686-dev would make more sense in my setup
| |
07:22 | khildin has joined IRC (khildin!~khildin@ip-83-134-231-146.dsl.scarlet.be) | |
07:28 | <alkisg> /opt/ltsp maps to --base, and can be statically declared in /etc/ltsp/common.conf
| |
07:29 | Hmm we could also ask the users to create a symlink from /opt/ltsp/self to /, thus completely removing the need to special-case /
| |
07:30 | So, sudo ln -s / /opt/ltsp/i386; sudo ltsp-update-image --cleanup
| |
07:30 | Anyway, later... :)
| |
07:30 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.) | |
07:56 | Trixboxer has joined IRC (Trixboxer!~Trixboxer@115.124.115.71) | |
08:48 | risca has joined IRC (risca!~risca@wnpgmb0903w-ds01-249-233.dynamic.mtsallstream.net) | |
08:53 | khildin has left IRC (khildin!~khildin@ip-83-134-231-146.dsl.scarlet.be, Quit: I'm gone, bye bye) | |
09:09 | risca has left IRC (risca!~risca@wnpgmb0903w-ds01-249-233.dynamic.mtsallstream.net, Quit: Lämnar) | |
09:33 | bobby_C has joined IRC (bobby_C!~bobby@85-124-22-227.teleworker.xdsl-line.inode.at) | |
09:40 | chrisjrob has joined IRC (chrisjrob!~cjr@mail.bootpolish.net) | |
09:56 | andygraybeal__ has joined IRC (andygraybeal__!~andy@h239.209.22.98.dynamic.ip.windstream.net) | |
10:01 | ogra_ has left IRC (ogra_!~ogra@p5098ed03.dip0.t-ipconnect.de, Ping timeout: 244 seconds) | |
10:43 | andygraybeal__ has left IRC (andygraybeal__!~andy@h239.209.22.98.dynamic.ip.windstream.net, Ping timeout: 240 seconds) | |
10:45 | Phantomas has joined IRC (Phantomas!~Phantomas@unaffiliated/phantomas) | |
10:59 | sideffect has joined IRC (sideffect!sideffect@gateway/shell/bshellz.net/x-jpqvnhpwocyzdmdv) | |
11:08 | Mava has joined IRC (Mava!~Mava@ip-45-224.dhcp.opintanner.fi) | |
11:35 | Phantomas has left IRC (Phantomas!~Phantomas@unaffiliated/phantomas, Ping timeout: 256 seconds) | |
11:52 | bobby_C has left IRC (bobby_C!~bobby@85-124-22-227.teleworker.xdsl-line.inode.at, Ping timeout: 244 seconds) | |
11:53 | adrianorg__ has joined IRC (adrianorg__!~adrianorg@189.58.225.232.dynamic.adsl.gvt.net.br) | |
12:04 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
12:15 | Phantomas has joined IRC (Phantomas!~Phantomas@unaffiliated/phantomas) | |
12:48 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.) | |
13:04 | dhana013 has joined IRC (dhana013!~dhana013@117.193.214.177) | |
13:05 | <dhana013> Hi Guys, I want ltsp-build-client with out internet connection, How to do it.
| |
13:07 | Hi already tried with ltsp-build-script it's bash script, to create debootstrap will create file structure then then install ltsp pakages, like kernel and ramdisk
| |
13:07 | How to done manually , with out internet connection
| |
13:14 | sunson has left IRC (sunson!~suraj@li290-74.members.linode.com, Ping timeout: 245 seconds) | |
13:34 | cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Remote host closed the connection) | |
13:35 | cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg) | |
13:40 | neohaven has left IRC (neohaven!~neohaven@unaffiliated/neohaven, Ping timeout: 276 seconds) | |
13:40 | neohaven has joined IRC (neohaven!~neohaven@modemcable153.70-177-173.mc.videotron.ca) | |
13:40 | neohaven has joined IRC (neohaven!~neohaven@unaffiliated/neohaven) | |
14:11 | sideffect is now known as sideffect_ | |
14:13 | sideffect_ is now known as sideffect | |
14:27 | Phantomas has left IRC (Phantomas!~Phantomas@unaffiliated/phantomas, Ping timeout: 260 seconds) | |
14:44 | Phantomas has joined IRC (Phantomas!~Phantomas@unaffiliated/phantomas) | |
14:44 | <dhana013> Hi Guys, I want ltsp-build-client with out internet connection, How to do it.
| |
14:46 | <Hyperbyte> mhm
| |
14:46 | Well I have no idea. =) Sure someone else does, but you're gonna have to be very patient... slow day today in here, it mostly is on weekends...
| |
14:57 | toscalix has joined IRC (toscalix!~toscalix@77.209.241.218) | |
15:01 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
15:03 | <dhana013> Hyperbyte, ok see on monday
| |
15:03 | <alkisg> dhana013: the ubuntu alternate cd has an option to install ltsp server
| |
15:03 | Without internet connection
| |
15:03 | <dhana013> alkisg, yes
| |
15:03 | <alkisg> That was an answer, not a question :)
| |
15:04 | <dhana013> alkisg, sorry miss communication . thanks
| |
15:04 | <alkisg> You press F4, you select to install an ltsp server, and it does it without net connection
| |
15:06 | <dhana013> alkisg, I have one doubt my server installed application shows in client how client applications to my client pc's
| |
15:06 | how to hide application
| |
15:08 | <Hyperbyte> dhana013, where are you from?
| |
15:08 | <dhana013> Hyperbyte, India
| |
15:17 | dhana013 has left IRC (dhana013!~dhana013@117.193.214.177, Quit: Leaving) | |
15:27 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.) | |
15:36 | highvolt1ge has joined IRC (highvolt1ge!~highvolta@modemcable104.153-23-96.mc.videotron.ca) | |
15:38 | highvoltage has left IRC (highvoltage!~highvolta@ubuntu/member/highvoltage, Read error: Connection reset by peer) | |
15:41 | highvolt1ge has left IRC (highvolt1ge!~highvolta@modemcable104.153-23-96.mc.videotron.ca, Ping timeout: 246 seconds) | |
15:41 | highvoltage has joined IRC (highvoltage!~highvolta@ubuntu/member/highvoltage) | |
15:53 | toscalix has left IRC (toscalix!~toscalix@77.209.241.218, Ping timeout: 240 seconds) | |
16:09 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
16:19 | Trixboxer has left IRC (Trixboxer!~Trixboxer@115.124.115.71, Quit: "Achievement is not the end, its the beginning of new journey !!!") | |
16:21 | wafflecone has left IRC (wafflecone!~caliel@70.150.196.98, Ping timeout: 244 seconds) | |
16:53 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.) | |
17:07 | monteslu has left IRC (monteslu!~monteslu@ip68-109-174-213.ph.ph.cox.net, Ping timeout: 255 seconds) | |
17:23 | toscalix has joined IRC (toscalix!~toscalix@217.166.219.87.dynamic.jazztel.es) | |
17:24 | toscalix has left IRC (toscalix!~toscalix@217.166.219.87.dynamic.jazztel.es, Remote host closed the connection) | |
17:25 | monteslu has joined IRC (monteslu!~monteslu@ip68-109-174-213.ph.ph.cox.net) | |
17:59 | risca has joined IRC (risca!~risca@wnpgmb0903w-ds01-249-233.dynamic.mtsallstream.net) | |
18:01 | risca_ has joined IRC (risca_!~risca@wnpgmb0903w-ds01-249-233.dynamic.mtsallstream.net) | |
18:04 | risca has left IRC (risca!~risca@wnpgmb0903w-ds01-249-233.dynamic.mtsallstream.net, Ping timeout: 244 seconds) | |
18:11 | risca_ is now known as risca | |
18:48 | andygraybeal__ has joined IRC (andygraybeal__!~andy@h21.64.213.151.dynamic.ip.windstream.net) | |
19:48 | risca has left IRC (risca!~risca@wnpgmb0903w-ds01-249-233.dynamic.mtsallstream.net, Ping timeout: 272 seconds) | |
19:51 | andygraybeal__ has left IRC (andygraybeal__!~andy@h21.64.213.151.dynamic.ip.windstream.net, Ping timeout: 240 seconds) | |
20:03 | andygraybeal__ has joined IRC (andygraybeal__!~andy@h233.206.130.174.dynamic.ip.windstream.net) | |
20:11 | bergerx has left IRC (bergerx!~bergerx@46.196.253.84, Ping timeout: 246 seconds) | |
20:13 | vagrantc has joined IRC (vagrantc!~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net) | |
20:24 | bobby_C has joined IRC (bobby_C!~bobby@85-124-22-227.teleworker.xdsl-line.inode.at) | |
20:27 | Parker955 is now known as Parker955_Away | |
20:56 | bobby_C has left IRC (bobby_C!~bobby@85-124-22-227.teleworker.xdsl-line.inode.at, Read error: Operation timed out) | |
20:58 | bergerx has joined IRC (bergerx!~bergerx@46.196.253.84) | |
21:14 | andygraybeal__ has left IRC (andygraybeal__!~andy@h233.206.130.174.dynamic.ip.windstream.net, Ping timeout: 240 seconds) | |
21:21 | vmlintu_ has left IRC (vmlintu_!~vmlintu@nblzone-240-143.nblnetworks.fi, Ping timeout: 248 seconds) | |
21:28 | dptech has joined IRC (dptech!~dptech@can06-1-82-242-223-39.fbx.proxad.net) | |
21:34 | risca has joined IRC (risca!~risca@wnpgmb0903w-ds01-249-233.dynamic.mtsallstream.net) | |
21:43 | dptech has left IRC (dptech!~dptech@can06-1-82-242-223-39.fbx.proxad.net, Quit: When two people dream the same dream, it ceases to be an illusion. KVIrc 3.4.2 Shiny http://www.kvirc.net) | |
22:15 | andygraybeal__ has joined IRC (andygraybeal__!~andy@h233.206.130.174.dynamic.ip.windstream.net) | |
22:36 | bergerx has left IRC (bergerx!~bergerx@46.196.253.84, Quit: Leaving) | |
22:44 | komunista has left IRC (komunista!~slavko@adsl-195-168-236-050.dynamic.nextra.sk, Quit: Leaving.) | |
22:58 | vagrantc has left IRC (vagrantc!~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net, Quit: leaving) | |
23:01 | Parker955_Away is now known as Parker955 | |
23:57 | Parker955 is now known as Parker955_Away | |