01:43 | Kicer86 (~Kicer86@host-5db0eeee.sileman.net.pl) joined #ltsp. | |
05:54 | alkisg (~alkisg@ubuntu/member/alkisg) joined #ltsp. | |
06:06 | alkisg (~alkisg@ubuntu/member/alkisg) left irc: Quit: Leaving. | |
07:25 | shamino (~shamino@a91-156-185-177.elisa-laajakaista.fi) joined #ltsp. | |
07:28 | MorningSon (~MorningSo@cpe-70-114-21-95.satx.res.rr.com) joined #ltsp. | |
07:37 | alkisg (~alkisg@ubuntu/member/alkisg) joined #ltsp. | |
07:40 | komunista (~slavko@adsl-195-098-015-248.dynamic.nextra.sk) joined #ltsp. | |
08:14 | cyberorg (~cyberorg@opensuse/member/Cyberorg) left irc: Remote host closed the connection | |
08:18 | Kicer86 (~Kicer86@host-5db0eeee.sileman.net.pl) left irc: Read error: Operation timed out | |
08:21 | Kicer86 (~Kicer86@host-5db0eeee.sileman.net.pl) joined #ltsp. | |
08:23 | Kicer86 (~Kicer86@host-5db0eeee.sileman.net.pl) left irc: Max SendQ exceeded | |
08:24 | Kicer86 (~Kicer86@host-5db0eeee.sileman.net.pl) joined #ltsp. | |
08:31 | cyberorg (~cyberorg@opensuse/member/Cyberorg) joined #ltsp. | |
08:48 | mikkel (~mikkel@80.71.132.15) joined #ltsp. | |
09:16 | alkisg (~alkisg@ubuntu/member/alkisg) left irc: Quit: Leaving. | |
09:34 | Trixboxer (~Trixboxer@office.supportdepartment.net) joined #ltsp. | |
09:58 | vagrantc (~vagrant@c-24-21-193-192.hsd1.or.comcast.net) joined #ltsp. | |
10:51 | otavio (~otavio@debian/developer/otavio) left irc: Read error: Operation timed out | |
10:52 | _gentgeen_ (~kevin@c-98-236-71-64.hsd1.pa.comcast.net) left irc: Quit: Leaving | |
10:54 | otavio (~otavio@debian/developer/otavio) joined #ltsp. | |
11:06 | vagrantc (~vagrant@c-24-21-193-192.hsd1.or.comcast.net) left irc: Quit: leaving | |
11:21 | otavio (~otavio@debian/developer/otavio) left irc: Quit: Lost terminal | |
11:54 | billybobby (~martian_l@124-197-42-208.callplus.net.nz) joined #ltsp. | |
11:56 | <billybobby> hey, i'm back again, now my server says 'not listening on any interfaces, if this is not what you want, write a declaraton of this in your dhcpd.conf file', how?
| |
11:56 | vagrantc (~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net) joined #ltsp. | |
12:00 | Nick change: billybobby -> bobberty | |
12:00 | <bobberty> how can i configure my DHCP to listen for requests on my network? it doesn't seem to want to.
| |
12:09 | alkisg (~alkisg@ubuntu/member/alkisg) joined #ltsp. | |
12:12 | <alkisg> bobberty: update /etc/ltsp/dhcpd.conf so that it has a valid subnet for your current IP
| |
12:13 | <bobberty> thanks alkisg
| |
12:14 | where would i put it?
| |
12:22 | i don't know what u mean
| |
12:23 | <vagrantc> bobberty: edit the file /etc/ltsp/dhcpd.conf
| |
12:24 | bobberty: you'll have to adjust it for your network
| |
12:26 | <bobberty> vagrantc: but if i change the subnet, it moans about the netmask, and if i fix that it moans about the range! what do i do?
| |
12:27 | <vagrantc> bobberty: maybe post your dhcpd.conf so that others can see what you've tried?
| |
12:27 | bobberty: http://ltsp.pastebin.com and post the URL here
| |
12:31 | <bobberty> the server wont connect to the net, but the first line reads: 'subnet 192.168.0.0 netmask 255.255.255.0 {'
| |
12:32 | <vagrantc> and the range?
| |
12:33 | <bobberty> 'range 192.168.0.20 192.168.0.250;'
| |
12:36 | <alkisg> And your ip?
| |
12:36 | ip -oneline -family inet addr show
| |
12:39 | <bobberty> my ip is 192.168.0.100
| |
12:40 | <vagrantc> you want to not have your ip in the range of ip addresses you might hand out to someone else...
| |
12:40 | <bobberty> i only have 2 computers
| |
12:40 | bobberty (martian_l@124-197-42-208.callplus.net.nz) left #ltsp. | |
12:40 | <alkisg> Hehe he did that yesterday too
| |
12:42 | <vagrantc> BAH. lxde reboot isn't working on ltsp 5.2.6
| |
12:42 | or maybe it's ldm 2.2.x
| |
12:42 | <alkisg> Did they remove the ltsp-specific part?
| |
12:42 | Ah
| |
12:43 | <vagrantc> alkisg: no, it's still in there
| |
12:43 | works with older LTSP
| |
12:43 | <alkisg> All those *-sessions though should somehow return to the caller, what the user selected...
| |
12:43 | So that the script that runs the xsession can decide to shutdown/reboot etc
| |
12:44 | I.e. return REBOOT; return SHUTDOWN etc
| |
12:44 | <vagrantc> i thought it just set an x property ... ?
| |
12:44 | <alkisg> Yes, but that's a hack
| |
12:44 | <vagrantc> seems elegant enough
| |
12:44 | <alkisg> It'd be much better if xdg defined a set of return values
| |
12:45 | So that they could be used even if the caller didn't initialize X itself
| |
12:45 | Standard C tactics, the return value of main() to mean something
| |
12:45 | <vagrantc> and apparently setting X_COLOR_DEPTH doesn't work anymore either
| |
12:45 | maybe lts.conf is broken
| |
12:45 | <alkisg> No dash there
| |
12:45 | X_COLORDEPTH, isn't it?
| |
12:46 | or not?
| |
12:46 | Ah no
| |
12:46 | OK
| |
12:46 | <vagrantc> not according to lts.conf manpage
| |
12:46 | gah. everything is broken.
| |
12:46 | hotkeys don't work in LDM either
| |
12:46 | <alkisg> Does the new ldm also need more RAM/
| |
12:46 | ?
| |
12:47 | It's been painful to get lucid to work with 64 ram... (while debian runs fine with no fiddling)
| |
12:47 | <vagrantc> wonder if i just missed some important change in packaging ... though they don't look all that different.
| |
12:48 | i've often been impressed how much extra ram ubuntu takes doing ... something
| |
12:49 | yup. X_COLOR_DEPTH is broken
| |
12:52 | <alkisg> (for anyone testing ldm :D an exec there would save us some ram too): src/plugins/ssh/ssh.c: sshinfo->server, "echo " SENTINEL "; exec /bin/sh -", NULL);
| |
12:52 | * alkisg won't be testing newer ltsp versions for the next year due to lucid==lts + phd... | |
12:53 | <vagrantc> i don't see what would possibly break the X_COLOR_DEPTH stuff...
| |
12:55 | <alkisg> Do other XS* scripts get called?
| |
12:55 | <vagrantc> not sure
| |
12:58 | i wonder if gadi's change to the run_parts_list function did it
| |
12:58 | that could break a lot of things
| |
13:01 | <alkisg> $ run_parts_list /opt/ltsp/i386/usr/share/ltsp/screen-session.d/ XS
| |
13:01 | /opt/ltsp/i386/usr/share/ltsp/screen-session.d/XS00-halt-reboot
| |
13:01 | .... seems to work
| |
13:01 | <vagrantc> in bash and dash?
| |
13:03 | <alkisg> Yes
| |
13:09 | Trixboxer (~Trixboxer@office.supportdepartment.net) left irc: Quit: "Achievement is not the end, its the beginning of new journey !!!" | |
13:10 | mistik1_ (mistik1@unaffiliated/mistik1) joined #ltsp. | |
13:11 | <vagrantc> in bash and dash?
| |
13:11 | pfft
| |
13:11 | well, reverting 1802 definitely fixes it on debian
| |
13:12 | makes X_COLOR_DEPTH work as well as rebooting from LXDE
| |
13:13 | bobby_C (~bobby@85-124-22-227.teleworker.xdsl-line.inode.at) joined #ltsp. | |
13:13 | mistik1 (mistik1@unaffiliated/mistik1) left irc: Ping timeout: 276 seconds | |
13:13 | Nick change: mistik1_ -> mistik1 | |
13:18 | <alkisg> Ooops didn't pull from ltsp-trunk for some time :)
| |
13:18 | I was testing with rev 1800
| |
13:19 | ...and indeed, now `$ run_parts_list /opt/ltsp/i386/usr/share/ltsp/screen-session.d/ XS` returns empty
| |
13:21 | <vagrantc> alkisg: glad to have confirmation
| |
13:23 | i'd like to poke Gadi before reverting it, though
| |
13:23 | or not.
| |
13:23 | i can just upload to debian with a patch
| |
13:23 | <alkisg> Well, I guess he did see some breakage
| |
13:24 | which should be fixed, along with the regression
| |
13:24 | <vagrantc> can't imagine ubuntu is working well
| |
13:24 | Gremble (~Ben@cpc12-aztw24-2-0-cust146.aztw.cable.virginmedia.com) joined #ltsp. | |
13:24 | Gremble (~Ben@cpc12-aztw24-2-0-cust146.aztw.cable.virginmedia.com) left irc: Client Quit | |
13:24 | <vagrantc> alkisg: i'd prefer to have it not totally broken over partially broken
| |
13:25 | <alkisg> Is there a reason to hurry? I guess he'll be around tomorrow
| |
13:25 | But sure, reverting it won't hurt
| |
13:25 | <vagrantc> i'll just upload to debian with it reverted
| |
13:27 | Kicer86 (~Kicer86@host-5db0eeee.sileman.net.pl) left irc: Quit: KVIrc Insomnia 4.0.2, revision: 4740, sources date: 20100627, built on: 2010-08-08 18:29:00 UTC http://www.kvirc.net/ | |
13:38 | alkisg (~alkisg@ubuntu/member/alkisg) left irc: Quit: Leaving. | |
14:06 | <vagrantc> i should just email ltsp-devel
| |
14:23 | Gremble (~Ben@cpc12-aztw24-2-0-cust146.aztw.cable.virginmedia.com) joined #ltsp. | |
14:23 | alkisg (~alkisg@ubuntu/member/alkisg) joined #ltsp. | |
14:27 | cyberorg (~cyberorg@opensuse/member/Cyberorg) left irc: Ping timeout: 250 seconds | |
14:30 | Gremble (~Ben@cpc12-aztw24-2-0-cust146.aztw.cable.virginmedia.com) left irc: Quit: I Leave | |
14:57 | mikkel (~mikkel@80.71.132.15) left irc: Quit: Leaving | |
14:58 | alkisg (~alkisg@ubuntu/member/alkisg) left irc: Quit: Leaving. | |
15:37 | bobby_C (~bobby@85-124-22-227.teleworker.xdsl-line.inode.at) left irc: Ping timeout: 240 seconds | |
16:01 | komunista (~slavko@adsl-195-098-015-248.dynamic.nextra.sk) left irc: Quit: Leaving. | |
17:17 | vagrantc (~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net) left irc: Ping timeout: 250 seconds | |
17:20 | vagrantc (~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net) joined #ltsp. | |
17:21 | otavio (~otavio@189.114.111.55) joined #ltsp. | |
17:21 | otavio (~otavio@189.114.111.55) left irc: Changing host | |
17:21 | otavio (~otavio@debian/developer/otavio) joined #ltsp. | |
17:22 | bobberty (~martian_l@124-197-42-208.callplus.net.nz) joined #ltsp. | |
17:23 | <bobberty> so, what do i need to do to get my server working?
| |
17:25 | it says, 'not configured to listen on any interfaces'
| |
17:58 | drdata (~drdata@pool-173-57-189-158.dllstx.fios.verizon.net) left irc: Remote host closed the connection | |
18:00 | cyberorg (~cyberorg@opensuse/member/Cyberorg) joined #ltsp. | |
18:05 | bobberty (martian_l@124-197-42-208.callplus.net.nz) left #ltsp. | |
19:16 | bobberty (~martian_l@124-197-42-208.callplus.net.nz) joined #ltsp. | |
19:18 | <bobberty> hey, can anyone tell me how to configure the DHCP to listen for requests, it doesn't want to, for some reason?
| |
19:25 | bobberty (~martian_l@124-197-42-208.callplus.net.nz) left irc: Read error: Connection reset by peer | |
19:25 | bobberty (~martian_l@124-197-42-208.callplus.net.nz) joined #ltsp. | |
19:26 | <bobberty> how do i configure DHCP to listen on the network?
| |
19:32 | for requests i guess
| |
20:15 | bobberty (martian_l@124-197-42-208.callplus.net.nz) left #ltsp. | |
20:20 | alexqwesa (~alex@109.172.15.11) left irc: Read error: Connection reset by peer | |
20:33 | alexqwesa (~alex@alexo-veto.broker.freenet6.net) joined #ltsp. | |
20:35 | otavio (~otavio@debian/developer/otavio) left irc: Ping timeout: 260 seconds | |
21:45 | alexqwesa (~alex@alexo-veto.broker.freenet6.net) left irc: Remote host closed the connection | |
21:48 | alexqwesa (~alex@alexo-veto.broker.freenet6.net) joined #ltsp. | |
22:06 | drdata (~drdata@pool-173-57-189-158.dllstx.fios.verizon.net) joined #ltsp. | |
22:23 | alkisg (~alkisg@ubuntu/member/alkisg) joined #ltsp. | |
22:28 | zamba (marius@flage.org) left irc: Ping timeout: 252 seconds | |
22:29 | zamba (marius@flage.org) joined #ltsp. | |
22:39 | drdata (~drdata@pool-173-57-189-158.dllstx.fios.verizon.net) got netsplit. | |
22:39 | cyberorg (~cyberorg@opensuse/member/Cyberorg) got netsplit. | |
22:39 | Hyperbyte (~jan@middelkoop.cc) got netsplit. | |
22:39 | tekoholic (tekoholic@bbis.us) got netsplit. | |
22:39 | alkisg (~alkisg@ubuntu/member/alkisg) left irc: Quit: Leaving. | |
22:43 | drdata (~drdata@pool-173-57-189-158.dllstx.fios.verizon.net) returned to #ltsp. | |
22:50 | tekoholic (tekoholic@bbis.us) got lost in the net-split. | |
22:50 | Hyperbyte (~jan@middelkoop.cc) got lost in the net-split. | |
22:50 | cyberorg (~cyberorg@opensuse/member/Cyberorg) got lost in the net-split. | |
23:03 | cyberorg (~cyberorg@opensuse/member/Cyberorg) joined #ltsp. | |
23:03 | Hyperbyte (~jan@middelkoop.cc) joined #ltsp. | |
23:03 | tekoholic (tekoholic@bbis.us) joined #ltsp. | |
23:05 | zamba (marius@flage.org) left irc: Ping timeout: 252 seconds | |
23:06 | zamba (marius@flage.org) joined #ltsp. | |
23:06 | dberkholz (~dberkholz@gentoo/developer/dberkholz) left irc: Ping timeout: 276 seconds | |
23:07 | dberkholz (~dberkholz@gentoo/developer/dberkholz) joined #ltsp. | |
23:10 | MorningSon (~MorningSo@cpe-70-114-21-95.satx.res.rr.com) left irc: Quit: WeeChat 0.3.0 | |
23:21 | Kicer86 (~Kicer86@host-5db0eeee.sileman.net.pl) joined #ltsp. | |
23:33 | alkisg (~alkisg@ubuntu/member/alkisg) joined #ltsp. | |
23:40 | vagrantc (~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net) left irc: Quit: leaving | |
00:00 | --- Mon Mar 14 2011 | |