IRC chat logs for #ltsp on irc.libera.chat (webchat)


Channel log from 5 November 2011   (all times are UTC)

00:01shogunx has joined IRC (shogunx!~shogunx@rrcs-67-79-182-232.se.biz.rr.com)
00:14pscheie has left IRC (pscheie!~pscheie@74-95-141-141-Minnesota.hfc.comcastbusiness.net, Ping timeout: 276 seconds)
00:15andygraybeal has joined IRC (andygraybeal!~andy.gray@obsidian.casanueva.com)
00:20Phantomas has left IRC (Phantomas!~Phantomas@unaffiliated/phantomas, Ping timeout: 260 seconds)
00:20vagrantc has left IRC (vagrantc!~vagrant@c-76-105-252-50.hsd1.or.comcast.net, Ping timeout: 260 seconds)
00:24loather has left IRC (loather!~khudson@wsip-98-175-250-115.sd.sd.cox.net, Quit: This computer has gone to sleep)
00:34Trixboxer has left IRC (Trixboxer!~Trixboxer@office.supportdepartment.net, Quit: "Achievement is not the end, its the beginning of new journey !!!")
00:46alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
01:09andygraybeal has left IRC (andygraybeal!~andy.gray@obsidian.casanueva.com, Quit: Ex-Chat)
01:19alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.)
02:40Parker955_Away is now known as Parker955
03:09alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
03:27vagrantc has joined IRC (vagrantc!~vagrant@c-76-105-252-50.hsd1.or.comcast.net)
03:42
<alkisg>
Hey vagrantc, how's it going?
03:44
<vagrantc>
alkisg: just tidying up a few things ... should upload tonight
03:45
<alkisg>
Nice! Need me to do something? Also, is there any page that shows the progress of the uploads?
03:46
<vagrantc>
alkisg: http://ftp-master.debian.org/new.html
03:46
<alkisg>
Did the lxde notification problem appear again?
03:47
<vagrantc>
alkisg: don't think so
03:47
<alkisg>
Phiew :)
03:50
<vagrantc>
alkisg: my guess is the brokenness with the vnc session stuff or something might have broken it
03:51
<alkisg>
OK so what I have left in my notes, is to check the volume muting with read-only nfs root
03:51
<vagrantc>
oh yeah
03:52
<alkisg>
vagrantc: Files: epoptes-client/lock-screen 11Copyright: 2010 Fotis Tsamis <ftsamis@gmail.com> 12License: GPL-2.0+
03:53
=> erm, let me just change that to 3.... :)
03:53
<vagrantc>
one last test, and if everything mostly works, i'll upload
03:53
alkisg: it's 2+, so it should be fine
03:53
<alkisg>
It's just by mistake though
03:53
<vagrantc>
alkisg: we can opt to use it on 3+
03:53
<alkisg>
Not intentional
03:53
OK
03:53
<vagrantc>
alkisg: if you'd rather
03:53
<alkisg>
If we can change it on the next upload, no problem
03:54
We'll fix it in a couple of days then
03:54
Ah you also need the gpl2 then... hmm... well no problem by us, the gpl2 part there was just a mistake
03:55* alkisg removes the gpl2 stuff...
03:55
<vagrantc>
well, i've got to do another build anyways.
03:56
alkisg: oh, you moved the epoptes-client binary?
03:56
<alkisg>
Yes, and put a manpage
03:56
I thought I'd make it easier for certificate fetching
03:56
Just "sudo epoptes-client -c" or "su -; epoptes-client -c" instead of /usr/share/..
03:57
<vagrantc>
alkisg: the if-up.d hook needs to be updated
03:57* vagrantc tests
03:59
<alkisg>
vagrantc: pull, I did the GPL2 => 3 change
04:00
Ah, you mean that it needs a license too? putting it...
04:01
Should I put it on postinst too then?
04:01
<vagrantc>
alkisg: no, the if-up.d hook needs the new location ... it's in /usr/sbin now?
04:02
<alkisg>
Ouch
04:02
That's why it didn't launch for you then
04:02* alkisg was testing only with installing epoptes, not the client part
04:03
<vagrantc>
alkisg: dare i say it ... broadcast teacher doesn't work
04:04
<alkisg>
@(@#*&$((*$(*# +1
04:04
<vagrantc>
i think we've got enough functionality to upload to experimental
04:04
<alkisg>
Let's check the broadcast 1 minute
04:04
<vagrantc>
sure
04:05
<alkisg>
vagrantc: '-allow', '127.,192.168.,10.,169.254.' => are you on those subnets?
04:06
<vagrantc>
alkisg: 192.168.33.*
04:06
<alkisg>
OK, it's not that...
04:06
<vagrantc>
so it won't work with internet routeable addresses?
04:07
<alkisg>
Not with the current "-allow" line
04:07
<vagrantc>
alkisg: there's no epoptes-client running for the "teacher" session ... should there be?
04:08
<alkisg>
There should be, although I'm not 100% sure as we did some late changes there
04:08
It wouldn't matter though
04:08
That's just to allow other teachers to control this teacher
04:08
(in case that's ever needed)
04:08
teacher pc: x11vnc -noshm -nopw -quiet -viewonly -shared -forever -nolookup -24to32 -rfbport 1234 -allow 127.,192.168.,10.,169.254.
04:09staffencasa has left IRC (staffencasa!~staffenca@128-193-149-148.oregonstate.edu, Ping timeout: 260 seconds)
04:09
<alkisg>
Ah, the "student" part is long :(
04:10
vagrantc: on SCREEN_02=shell, do you get a pid with that? pidof -s ldm gdm-simple-greeter gnome-session | cut -d' ' -f1
04:11
<vagrantc>
alkisg: i get a pid
04:13
alkisg: what next?
04:14
<alkisg>
eval $(tr '\0' '\n' < /proc/$p/environ | egrep '^DISPLAY=|^XAUTHORITY=')
04:14
export DISPLAY XAUTHORITY
04:14
./execute xvnc4viewer -Shared -ViewOnly -FullScreen -UseLocalCursor=0 -MenuKey F13 $SERVER:1234
04:14
Where $p the pid
04:15
so do a p=$(pidof ...)
04:15
<vagrantc>
Traceback (most recent call last):
04:15
File "/usr/lib/python2.7/dist-packages/epoptes/ui/gui.py", line 254, in broadcastTeacher
04:15
EPOPTES_VNCVIEWER_PID=$( ./execute xvnc4viewer -Shared -ViewOnly -FullScreen -UseLocalCursor=0 -MenuKey F13 $SERVER:%d)""" % port, root=True)
04:15
UnboundLocalError: local variable 'port' referenced before assignment
04:15
alkisg: i didn't even do the stuff you did, just looked in ~/.xsession-errors on the "teacher"
04:16
<alkisg>
Ouch, another one with the port. That must be my most buggy commit ever :D
04:16
<vagrantc>
but probably very fixable
04:17
<alkisg>
I wonder why it works for me though, let me debuild again...
04:18
<vagrantc>
alkisg: unless i'm still running the older version somehow
04:18
<alkisg>
Does opening a "root shell, local" work for you?
04:19
vagrantc: ah ok got it
04:19
It only runs the first time
04:19* vagrantc had to reboot
04:19
<alkisg>
Because I use port as a local var instead of an object var
04:20
Hmm no
04:22
<vagrantc>
"root, locally" works
04:23
<alkisg>
The broadcasting problem would happen if you tried broadcasting on one client, then on another one
04:23
Without stopping the broadcasting inbetween
04:24
Fixing that anyway, let's see if that's all...
04:24
vagrantc: what's the name of the lxsession?
04:24
Any dash anywhere? Is it just "lxsession"?
04:25
<vagrantc>
/usr/bin/lxsession -s LXDE -e LXDE
04:25
<alkisg>
OK, that will help for standalone clients with lxde
04:26
And we'll probably need something for standalone kde clients too in the future, /me notes that down
04:27
<vagrantc>
this is LXDE on both teacher and student/ltsp login
04:28
alkisg: did you fix the sudo issue? i guess i could uninstall sudo to test
04:28
<alkisg>
No, not yet
04:28
<vagrantc>
so then i should recommend sudo
04:29
on epoptes-client?
04:29
<alkisg>
No, give me some time to fix that too
04:29
vagrantc: should we at least change port 569 to 789?
04:30
<vagrantc>
i never really looked into that stuff... hmmm.
04:31
alkisg: neither are in /etc/services
04:31
<alkisg>
I think we should at least do that, before pushing to experimental
04:31
vagrantc: I checked the IANA assigned ports, 569 is reserved by ms-roma, 789 is unassigned
04:32
<vagrantc>
alkisg: ok. that's an easy fix, right?
04:32
<alkisg>
Yup
04:33
vagrantc: I just pushed a possible fix for the broadcasting
04:36* vagrantc buildls
04:36
<alkisg>
...and I changed the port
04:36
...on to sudo...
04:36* vagrantc rebuilds
04:44
<vagrantc>
testing....
04:45
<alkisg>
vagrantc: I removed sudo, although now the root screen shell is a bit like SCREEN_02=shell, without $HOME defined etc
04:45
No harm done, I'll fix those in 2 days in a cleaner way
04:45
<vagrantc>
alkisg: so, when i broadcast, i get a notification "ltsp79: down"
04:45
<alkisg>
Ahermwhat?
04:45
OK let's do it manually
04:46
Also, "down"? Not "terminated"?!
04:46
<vagrantc>
don't remember... it displays briefly
04:47
<alkisg>
Are you logged on on the client?
04:47
Logoff, let's try broadcasting while in ldm first
04:48
<vagrantc>
can't get it to repeat
04:48
<alkisg>
If I understood correctly, the root epoptes-client crashed
04:48
<vagrantc>
so i'm at the login screen ... epoptes doesn't see the client
04:48
<alkisg>
Right
04:48
So switch to screen_02
04:48
and run epoptes-client
04:48
And try broadcasting again, and check for errors
04:49
Both in the teacher .xsession-errors, and on the client screen_02
04:49
<vagrantc>
alkisg: boom.
04:49
<alkisg>
Message?
04:49
<vagrantc>
hexdump: not found
04:49
<alkisg>
Oooops ok
04:49
Deps, deps :D
04:49
<vagrantc>
arithmetic expression: expecting primary: ...
04:50
install bsdmainutils?
04:50
<alkisg>
Gimme 1 min
04:50
vagrantc: do you have sleep 0.3 in debian? (decimals)?
04:51
<vagrantc>
alkisg: well, installing bsdmainutils got a different issue, and epoptes-client didn't crash
04:51
<alkisg>
What issue?
04:52
<vagrantc>
alkisg: broadcasting doesn't crash epoptes-client anymore
04:52
<alkisg>
And switching to screen 07, does broadcasting work?
04:52
<vagrantc>
"error: couldn't find suitable pixmap format"
04:52
is what's on the LDM screen
04:53
ah... but also errors...
04:53
"could not create .vnc directory: read-only file system."
04:53
<alkisg>
Ah, that's probably it then
04:54
vagrantc: from the epoptes gui, try selecting the client and executing this command: sudo xterm
04:54
You should get an xterm over ldm
04:54
(or x-terminal-emulator, whatever you have)
04:55
<vagrantc>
ok, i set HOME=/root and re-ran epoptes-client ...
04:55
still get the pixmap error, but the .vnc thing is fixed
04:55
<alkisg>
/root is writeable?!
04:55
<vagrantc>
alkisg: yes
04:55
<alkisg>
OK, let's see about the pixmap error...
04:56
<vagrantc>
at some point some LTSP stuff required that... so i added it to LTSP_RW_DIRS
04:56
so close
04:56
<alkisg>
Try the sudo xterm command from above
04:56
It'll give you an xterm over ldm, which has access to X
04:57
From that xterm we can better try xvnc4viewer
04:57
<vagrantc>
ok
04:57
<alkisg>
The command is: xvnc4viewer -Shared -ViewOnly -FullScreen -UseLocalCursor=0 -MenuKey F13 server:1234 => but you need to find out the server port with netstat
04:57
And we probably need to play with the xvnc4viewer parameters to see why it complains
04:58
<vagrantc>
or just look in ~/.xsession-errors for the port :)
04:58
<alkisg>
Right :D
04:59
<vagrantc>
same error about the pixmap format
04:59
and then segfault
05:00
<alkisg>
http://www.karlrunge.com/x11vnc/faq.html
05:00
Q-28: My X display is depth 24 at 24bpp (instead of the normal depth 24 at 32bpp.) I'm having lots of color and visual problems with x11vnc and/or vncviewer. What's up?
05:01
That paragraph explains the problems
05:01
Btw, didn't you have X_COLORDEPTH=16 as the default in Debian?
05:01
If you use that, it'll solve all those 24to32 problems, and make your X faster too...
05:02
<vagrantc>
long time ago
05:02
now i let X figure out what the best default is, rather than forcing it
05:03
<alkisg>
vagrantc: I think we should try switching from xvnc4viewer to ssvncviewer, but that'll require a bit more testing
05:03* vagrantc sighs
05:03
<alkisg>
So, if you switch to 16 bpp and it works, maybe you can upload as it is?
05:03
<vagrantc>
sure
05:03
<alkisg>
24bpp cards are rare, you're the second I see with that...
05:04
<vagrantc>
it's a virtual machine
05:04
<alkisg>
OK, give it a try with X_COLOR_DEPTH=16
05:04
<vagrantc>
already booting :)
05:05
alkisg: works like a charm
05:05
<alkisg>
vagrantc: I don't know if anyone told you that, but you're the best suited man for package maintainer
05:06
You hit every bug that was there, and even a few unknown ones :D
05:06
<vagrantc>
alkisg: because i test corner cases :)
05:07
<alkisg>
Let's not forget the bsdmainutils dependency
05:07
<vagrantc>
alkisg: you commit or i?
05:07
<alkisg>
vagrantc: can you? It's 1 and I'd better head to bed, long trip tomorrow...
05:07
<vagrantc>
sure
05:07
i guess we're ready to upload?
05:07
<alkisg>
Thanks a lot man, that was quite the job
05:08
Yup
05:08
<vagrantc>
it's quite an impressive piece of software :)
05:08* alkisg writes some TODOs here:
05:09
<alkisg>
1) Find xauthority etc in standalone kde, xfce etc clients
05:09
2) Check ssvncviewer instead of xvnc4viewer wrt 24bpp
05:09
3) Set $HOME etc in the root client from the start
05:11* vagrantc didn't test the sudo-less root terminal
05:11
<vagrantc>
yet
05:11
<alkisg>
It was sudo-less in the past, it just leaves $HOME unset
05:11
And I was looking for a "proper" way to set it, like a login, not just HOME=xx
05:12
But bash -l doesn't do what it promises, and su - takes RAM
05:12
<Lumiere>
could you source a configuration file?
05:12
<alkisg>
sudo -i doesn't take RAM, but I don't like it as a dependency
05:12
Lumiere: it's about the same as manually setting HOME, no?
05:13
That's probably the best way though, to just set it and be done with it :)
05:15
<Lumiere>
I just wish I knew what process gave it to bash
05:15
<alkisg>
Time for bed, good night all, thanks again vagrantc :)
05:15alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.)
05:23loather has joined IRC (loather!~khudson@wsip-98-175-250-115.sd.sd.cox.net)
05:51loather has left IRC (loather!~khudson@wsip-98-175-250-115.sd.sd.cox.net, Quit: This computer has gone to sleep)
06:03
<vagrantc>
uploaded epoptes to Debian experimental! will be stuck in new queue for a few days
07:02vagrantc has left IRC (vagrantc!~vagrant@c-76-105-252-50.hsd1.or.comcast.net, Ping timeout: 258 seconds)
07:04fellowEntx has left IRC (fellowEntx!~fellowEnt@69.25.2.66, Read error: Connection reset by peer)
07:05fellowEntx has joined IRC (fellowEntx!~fellowEnt@69.25.2.66)
07:24matrix30001 has joined IRC (matrix30001!~Eric@rrcs-70-61-255-227.central.biz.rr.com)
07:27matrix3000 has left IRC (matrix3000!~Eric@rrcs-70-61-255-227.central.biz.rr.com, Ping timeout: 256 seconds)
07:51Parker955 is now known as Parker955_Away
10:21Trixboxer has joined IRC (Trixboxer!~Trixboxer@office.supportdepartment.net)
10:43alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
10:45
<alkisg>
Woot! http://ftp-master.debian.org/new/epoptes_0.3.1-1.html
11:09andygraybeal has joined IRC (andygraybeal!~andy.gray@obsidian.casanueva.com)
11:14alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Ping timeout: 260 seconds)
11:15
<andygraybeal>
ssup sup!
11:15
:)
11:15
wake up wake up wakeup
11:29andygraybeal has left IRC (andygraybeal!~andy.gray@obsidian.casanueva.com, Quit: Ex-Chat)
12:01tdn has joined IRC (tdn!~tdn@1503ds1-van.0.fullrate.dk)
12:02
<tdn>
I am trying to set up PXE boot. I have installed and configured dhcp server as well as tftpd. However, for some reason it seems that tftpd does not listen on port 69 as it should. (when looking with ss -lpnu) What to do?
12:02
Well.. According to netstat it does listen: udp 0 0 0.0.0.0:69 0.0.0.0:* 4492/in.tftpd
12:03
However, when I do "echo 'get pxelinux.0' | atftp localhost", I get timeout
12:03
Oh. It does not listen directly on localhost.
12:29
Ok. So I have configured dhcpd and tftpd. However, when I boot up a client, the following happens in the log in the server: http://paste.adora.dk/P2214.txt
12:30
The client gets an IP from the server as well as gateway IP. Then it tries tftp, however, it times out on the client.
12:30
How do I investigate this?
12:31
Client writes: TFTP open timeout.
12:31
PXE-E32
12:32
tftp only uses udp, right?
12:38
I can get the file via tftp with: echo 'get pxelinux.0' | atftp 10.0.0.254
13:00andygraybeal has joined IRC (andygraybeal!~andy.gray@obsidian.casanueva.com)
13:12
<tdn>
This is output from tcpdump: http://paste.adora.dk/P2215.html
13:58bobby_C has joined IRC (bobby_C!~bobby@85-124-22-227.teleworker.xdsl-line.inode.at)
14:25ogra_ has left IRC (ogra_!~ogra@p5098ed03.dip0.t-ipconnect.de, Ping timeout: 276 seconds)
14:34loather has joined IRC (loather!~khudson@wsip-98-175-250-115.sd.sd.cox.net)
14:49Parker955_Away is now known as Parker955
15:07
<Hyperbyte>
tdn, hi!
15:08
Which distro/version?
15:08
If it's Ubuntu, paste your /etc/ltsp/dhcpd.conf
15:16toscalix has joined IRC (toscalix!~toscalix@77.208.202.208)
15:50
<cliebow>
Wow: epoptes
15:58ogra_ has joined IRC (ogra_!~ogra@p5098ed03.dip0.t-ipconnect.de)
16:02toscalix has left IRC (toscalix!~toscalix@77.208.202.208, Remote host closed the connection)
16:37komunista has joined IRC (komunista!~slavko@adsl-195-168-248-132.dynamic.nextra.sk)
16:40
<andygraybeal>
cliebow, you like epoptes? i can't wait to lok at it
16:50DonAlex has joined IRC (DonAlex!~DonAlex@roosoft.gotadsl.co.uk)
16:50
<DonAlex>
Evening guys..
16:51
Having a strange NBD-server issue.. wonder if anyone can help..
16:51
logs are showing "nbd_server[29395]: getpeername failed: Transport endpoint is not connected"
16:51Damianos has joined IRC (Damianos!~Damianos@adsl-070-145-074-043.sip.cha.bellsouth.net)
16:51
<DonAlex>
and the client is showing "Negotiation: Error: INIT_PASSWD bad"
16:52
There is an entry in the hosts file for the client machine so is it really failing on n reverse lookup or am I missing something else?
16:59ry has joined IRC (ry!~ry@static-71-183-64-28.nycmny.fios.verizon.net)
17:05
<Hyperbyte>
DonAlex, which distro/version?
17:05
<DonAlex>
Debian 6.0
17:05
<Hyperbyte>
Hrm, don't know anything about Debian.
17:05
Has the client ever worked?
17:06
<DonAlex>
actually trying to get xbmc-diskless up and running.. but the command to spawn a nbd root seems to fail silently
17:06
So I have tracked it down to a nbd issue.. and running it by hand seems to also fail silently.
17:07
The command pinched from ltsp is nbdrootd and it pushes this out "exec nbd-server 0 /var/lib/xbmc-diskless/images/xbmc.img -r -C /dev/null"
17:08
<Hyperbyte>
I have no idea what xbmc-diskless is, sorry. No experience with this.
17:08
<DonAlex>
Well just think of it as a LTSP disk image then..
17:08
you use the nbdrootd script no?
17:09
via inetd to spawn a root mount for a Thin client?
17:09
<Hyperbyte>
Yes, LTSP uses that.
17:10
<DonAlex>
Ahh intersting..
17:10
I just ran strace on the above command and got this at the end..
17:10
connect(3, {sa_family=AF_FILE, path="/dev/log"...}, 110) = 0
17:10
sendto(3, "<27>Nov 5 17:10:03 nbd_server[81"..., 88, MSG_NOSIGNAL, NULL, 0) = 88
17:10
sendto(3, "<27>Nov 5 17:10:03 nbd_server[81"..., 46, MSG_NOSIGNAL, NULL, 0) = 46
17:10
write(2, "Error: getpeername failed: Socket"..., 67Error: getpeername failed: Socket operation on non-socket
17:10
Exiting.
17:11
So the server is barfing starting up..
17:11
there I was thinking it was the client at fault..
17:13
hmm seems kinda a genric error
17:18
ok .. so do you use nbdrootd from inetd.conf?
17:19
<Hyperbyte>
DonAlex, yes, LTSP uses that.
17:20
<DonAlex>
so can you give me and example of that line because I suspect that is what is stopping it starting.
17:20
Currently it is "2000 stream tcp nowait nobody /usr/sbin/tcpd /usr/sbin/nbdrootd /var/lib/xbmc-diskless/images/xbmc.img "
17:21
<Hyperbyte>
So what is XBMC-diskless?
17:21
<DonAlex>
HAve you heard of XBMC?
17:21
<Hyperbyte>
No.
17:21
<DonAlex>
Xbox Media Centre
17:22
<Hyperbyte>
Ah.
17:22
<DonAlex>
Easy enough to google.. Anyway.. just a thin client version of that..
17:22
<Hyperbyte>
Your inetd.conf looks okay, compared to my inetd.conf generated by LTSP.
17:22
<DonAlex>
It uses ltsp parts to it.. to serve up a thing client image..
17:22
in theory anyway..
17:22
<Hyperbyte>
DonAlex, yes, but an LTSP inetd.conf is easy to Google as well. Don't be a smartass. ;-)
17:23
<DonAlex>
Hyperbyte: Yeah.. ;) But as you can see from the line above it seems to look ok.. just wanted something working to compare it to
17:24
<Hyperbyte>
DonAlex, only filename is different from your inetd.conf to mine.
17:24
<DonAlex>
Hmm then I wonder why nbdrootd is failing? Could it be a nbd-server version?
17:25
I already corrected the -a that was in that script. .there is a comment about that and later nbd versions
17:25
<Hyperbyte>
I have no idea. You're in the LTSP support channel, not the NBD support channel.
17:25
One of the LTSP developers could probably help you, but I'm just a user.
17:25
I can't tell you much more than what I've told you now.
17:26
But if you want my opinion: since you get some error about passwords from the NBD logs, I'd say there's something wrong in the NBD configuration, or with the image itself.
17:26
Wait, passwords?
17:27
Where did I get that from?
17:27
<DonAlex>
Well that is what he client said..
17:27
not the server..
17:27
server complains about getpeerbyname failing.. but I have already added and entry to hosts
17:28
sorry getpeername
17:28
<Hyperbyte>
DNS problem?
17:28
<DonAlex>
nbd-client ulysse 2000 /dev/nbd0
17:28
Negotiation: Error: INIT_PASSWD bad
17:28
<Hyperbyte>
Like I said... I'm no NBD export. :)
17:28
<DonAlex>
Me neither ;)
17:28
but I have got NBD working before as a stand alone server thing..
17:29
<Hyperbyte>
Maybe one of the developers can help you, but it is weekend... it's usually very quiet here during weekends.
17:29
<DonAlex>
running it from the shell
17:29
fair enough. worth a shot anyways..
17:45
ahh wait..
17:46
hmm this seems to be something that will break ltsp
17:46
WARNING **: Specifying an export on the command line is deprecated.
17:49
Yeah I see where it breaks now..
17:49
nbd-server is expecting a config file..
17:50
with defined exports..
17:50
because it does not pass along a valid port it tries to read a config file
18:24Steve_the_Pirate has joined IRC (Steve_the_Pirate!~Gary@cpc16-haye17-2-0-cust169.haye.cable.virginmedia.com)
18:26hughessd has joined IRC (hughessd!~hughessd@71-20-34-17.war.clearwire-wmx.net)
18:37DonAlex has left IRC (DonAlex!~DonAlex@roosoft.gotadsl.co.uk, Quit: Leaving)
18:45shogunx has left IRC (shogunx!~shogunx@rrcs-67-79-182-232.se.biz.rr.com, Read error: No route to host)
18:56Parker955 is now known as Parker955_Away
19:21
<cliebow>
andygraybeal, only looked at the website..i had somethng like it with the old teachertool and x11vnc..karl rungs was a big help and a great guy
19:23dptech has joined IRC (dptech!~dptech@can06-1-82-242-223-39.fbx.proxad.net)
19:33pscheie has joined IRC (pscheie!~pscheie@cottonmouth.corp.visionshareinc.com)
19:34Parker955_Away is now known as Parker955
19:41Steve_the_Pirate has left IRC (Steve_the_Pirate!~Gary@cpc16-haye17-2-0-cust169.haye.cable.virginmedia.com, Quit: Leaving)
19:41jhutchins has left IRC (jhutchins!~jonathan@64-151-37-66.dyn.everestkc.net, Remote host closed the connection)
19:42jhutchins has joined IRC (jhutchins!~jonathan@64-151-37-66.dyn.everestkc.net)
20:00nubae_ has joined IRC (nubae_!~nubae@226.Red-2-139-9.dynamicIP.rima-tde.net)
20:04nubae has left IRC (nubae!~nubae@226.Red-2-139-9.dynamicIP.rima-tde.net, Ping timeout: 258 seconds)
20:13vagrantc has joined IRC (vagrantc!~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net)
20:52hughessd has left IRC (hughessd!~hughessd@71-20-34-17.war.clearwire-wmx.net, Quit: hughessd)
21:02vagrantc has left IRC (vagrantc!~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net, Ping timeout: 260 seconds)
21:09vagrantc has joined IRC (vagrantc!~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net)
21:15pscheie has left IRC (pscheie!~pscheie@cottonmouth.corp.visionshareinc.com, Ping timeout: 258 seconds)
21:15pscheie has joined IRC (pscheie!~pscheie@cottonmouth.corp.visionshareinc.com)
21:27ogra_ has left IRC (ogra_!~ogra@p5098ed03.dip0.t-ipconnect.de, Excess Flood)
21:28ogra_ has joined IRC (ogra_!~ogra@p5098ed03.dip0.t-ipconnect.de)
21:37Parker955 is now known as Parker955_Away
21:40Parker955_Away is now known as Parker955
21:42nubae_ has left IRC (nubae_!~nubae@226.Red-2-139-9.dynamicIP.rima-tde.net, Read error: Connection reset by peer)
21:52
<andygraybeal>
cliebow, nice
22:06hughessd has joined IRC (hughessd!~hughessd@71-20-34-17.war.clearwire-wmx.net)
22:10mistik1_ has joined IRC (mistik1_!mistik1@unaffiliated/mistik1)
22:11mistik1 has left IRC (mistik1!mistik1@unaffiliated/mistik1, Ping timeout: 276 seconds)
22:11mistik1_ is now known as mistik1
22:13komunista has left IRC (komunista!~slavko@adsl-195-168-248-132.dynamic.nextra.sk, Quit: Leaving.)
22:18dptech 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:20Trixboxer has left IRC (Trixboxer!~Trixboxer@office.supportdepartment.net, Quit: "Achievement is not the end, its the beginning of new journey !!!")
22:32
<cliebow>
an
22:33
andygraybeal, maybe the day is coming i can put the high schools back in ltsp..this macbook 1-to-1 is incrdibly expensive..
22:35shogunx has joined IRC (shogunx!~shogunx@rrcs-67-79-182-232.se.biz.rr.com)
22:37hughessd has left IRC (hughessd!~hughessd@71-20-34-17.war.clearwire-wmx.net, Quit: hughessd)
22:39Damianos has left IRC (Damianos!~Damianos@adsl-070-145-074-043.sip.cha.bellsouth.net, Quit: Damianos)
22:50matrix30001 has left IRC (matrix30001!~Eric@rrcs-70-61-255-227.central.biz.rr.com, Read error: Connection reset by peer)
22:50matrix3000 has joined IRC (matrix3000!~Eric@rrcs-70-61-255-227.central.biz.rr.com)
23:01cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Ping timeout: 252 seconds)
23:05bobby_C has left IRC (bobby_C!~bobby@85-124-22-227.teleworker.xdsl-line.inode.at, Read error: Operation timed out)
23:07artista_frustrad has joined IRC (artista_frustrad!~fernando@189-30-157-77.ctaje701.dsl.brasiltelecom.net.br)
23:09Parker955 is now known as Parker955_Away
23:25spectra has left IRC (spectra!~spectra@debian/developer/spectra, Ping timeout: 244 seconds)
23:29spectra has joined IRC (spectra!~spectra@debian/developer/spectra)
23:46vagrantc has left IRC (vagrantc!~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net, Ping timeout: 258 seconds)
23:48vagrantc has joined IRC (vagrantc!~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net)
23:54matrix3000 has left IRC (matrix3000!~Eric@rrcs-70-61-255-227.central.biz.rr.com)
23:57bobby_C has joined IRC (bobby_C!~bobby@85-124-22-227.teleworker.xdsl-line.inode.at)