Main page
[00:12] artista_frustrad (~artista_f@201-25-163-48.ctame704.dsl.brasiltelecom.net.br) joined #ltsp.
[00:16] artista_frustrad (~artista_f@201-25-163-48.ctame704.dsl.brasiltelecom.net.br) left irc: Ping timeout: 245 seconds
[00:58] gnunux (~emmanuel@194.167.18.244) joined #ltsp.
[01:01] [gnunux] hi
[01:06] [elias_a] alkisg: thanks for keeping up the pressure on Adobe Flash player and FP-40 bug :)
[01:06] [alkisg] elias_a: are you still affected by it?
[01:06] [alkisg] It's pretty much ok for me now, except for the accented characters... (which are important...)
[01:06] [elias_a] alkisg: Not to my knowledge....
[01:06] [elias_a] But I have not done a thorough test.
[01:07] [alkisg] I do hope that it gets out of beta in time for lucid ... :-/
[01:08] [elias_a] We have some probs with some services. We used a workaround in OpenMeetings and now the workaround causes problems when the bug is fixed :(
[01:08] [elias_a] http://code.google.com/p/openmeetings/issues/detail?id=876
[01:20] Egyptian[Home] (~EgyptianH@62.117.46.68) left irc: Ping timeout: 240 seconds
[01:22] Egyptian[Home] (~EgyptianH@62.117.46.68) joined #ltsp.
[01:27] klausade (~klaus@cm-84.215.176.91.getinternet.no) left irc: Ping timeout: 240 seconds
[01:27] Egyptian[Home] (~EgyptianH@62.117.46.68) left irc: Ping timeout: 264 seconds
[01:28] Egyptian[Home] (~EgyptianH@62.117.46.68) joined #ltsp.
[01:32] Egyptian[Home] (~EgyptianH@62.117.46.68) left irc: Ping timeout: 256 seconds
[01:33] Egyptian[Home] (~EgyptianH@62.117.46.68) joined #ltsp.
[01:46] try2free (~send2us@118.96.121.24) joined #ltsp.
[01:50] otavio (~otavio@debian/developer/otavio) left irc: Ping timeout: 252 seconds
[01:55] try2free (send2us@118.96.121.24) left #ltsp.
[01:57] Faithful (~Faithful@202.6.145.116) left irc: Ping timeout: 252 seconds
[02:32] [nubae] alkisg: ping
[02:32] [alkisg] hi nubae
[02:33] [nubae] good morning...
[02:33] [nubae] I'm just looking through my config files again to see whats up with my nbd connection refused errors
[02:34] [nubae] I noticed that my dhcpd.conf has /ltsp/i386/nbi.img and not /opt/ltsp/i386/nbi.img... is that correct?
[02:34] [alkisg] That's relative to the tftpbootdir
[02:34] [alkisg] /var/lib/tftpboot - /ltsp/i386/nbd.img
[02:34] [nubae] hmm, yeah so its correct
[02:35] [nubae] I've got my router as 192.168.1.1 which is my internet router and ltsp/dhcp server as 192.168.1.128
[02:35] [nubae] maybe there is an issue of being on the same subnet?
[02:36] [alkisg] You said yesterday that you succeeded in manually calling nbd-client
[02:36] [alkisg] So I guess it's a race problem
[02:36] [nubae] yeah I did
[02:37] [alkisg] Just change ltsp_nbd so that it has a sleep there, or so that it calls nbd-client twice if it fails the first time
[02:37] [alkisg] Are you using the stock ltsp or some newer version from a repo?
[02:37] [nubae] nope its stock karmic
[02:39] [alkisg] Yup then try with a sleep or calling it twice
[02:39] [nubae] ltsp_nbd in hooks or scripts dir?
[02:39] [alkisg] scripts
[02:40] [nubae] sleep at the top?
[02:40] [alkisg] right before the nbd-client call
[02:40] [alkisg] then update-initramfs -u at the chroot, and ltsp-update-kernels
[02:41] [alkisg] put a sleep 5 just to be safe...
[02:41] Egyptian[Home] (~EgyptianH@62.117.46.68) left irc: Ping timeout: 265 seconds
[02:42] pts_ (~pts@89.87.213.193.static.cust.telenor.com) left irc: Quit: Ex-Chat
[02:45] pts_ (~pts@89.87.213.193.static.cust.telenor.com) joined #ltsp.
[02:46] [nubae] yeah that didnt work, seems like its looking for nbd-server at 192.168.1.1
[02:47] [nubae] I've got nextserver defined as 192.168.1.128 in dhcpd.conf, but client seems to ignore that and tries to connect to 192.168.1.1
[02:48] [nubae] doing a manual connect to 192.168.1.128 from the client works though
[02:48] [alkisg] nubae: did you try nbdroot=1.2.3.4:2000 like I told you yesterday?
[02:48] [alkisg] (i.e. nbdroot=192.168.1.128:2000)
[02:48] [nubae] from the client, yes
[02:48] [alkisg] No, from pxelinux.cfg/default
[02:48] [nubae] ah no, havent tried that
[02:49] [alkisg] Try to put it as a kernel parameter there
[02:52] [nubae] same problem, at the end it says eth0 configured at 192.168.1.128 192.168.1.1 192.168.1.1 255.255.255.0, does that sound right?
[02:57] [nubae] when restarting the nbd server I get:
[02:57] [nubae] Restarting Network Block Device server: Stopping Network Block Device server: nbd-server.
[02:57] [nubae] ** (process:16127): WARNING **: Could not parse config file: Could not open config file.
[02:57] [alkisg] It sounds like you have the dhcp server of the router open :)
[02:57] [alkisg] But nbdroot should solve that problem...
[02:57] [nubae] I dont, I guarantee it
[02:57] [alkisg] Can you pastebin your dhcpd.conf ?
[02:59] [nubae] http://pastebin.be/23794
[02:59] [nubae] is it normal though, the nbd cannot parse config file?
[03:00] [alkisg] Yes, there's no config file
[03:00] [nubae] ok
[03:01] [alkisg] nubae: can you put break=mount in pxelinux.cfg/default,
[03:01] [alkisg] ah no
[03:01] [alkisg] You don't need that, you already get a busybox
[03:02] [alkisg] So, what do you see with `cat /tmp/net-eth0.conf` and with `cat /tmp/dhcp-info-i-don't-remember-the-exact-name` ?
[03:02] [nubae] I'm putting the sleep further up cause it doesnt seem to sleep properly
[03:02] [nubae] net-eth0 doesnt exist
[03:02] [nubae] neither does dhcp-indo
[03:05] [alkisg] nubae: try with break=mount
[03:05] [nubae] just did
[03:05] [alkisg] then, cat /tmp/net-eth0.conf && cat /tmp/dhcp-info.conf
[03:05] [nubae] no difference
[03:05] [alkisg] What, they don't exist with break=mount?!
[03:05] [alkisg] That's too weird
[03:05] [nubae] nope
[03:06] [alkisg] Do you have write access to /tmp ?
[03:06] [nubae] yeah directory is 777
[03:07] [nubae] owned by root though
[03:07] [alkisg] Something's really wrong with the mint initscripts :)
[03:08] [nubae] i guess... will have to use Ubuntu proper I guess
[03:09] [nubae] can I create an ubuntu server VM on the mint machine to do the ltsp stuff?
[03:10] Selveste1 (~Selveste1@wnn72114.wireless.dtu.dk) joined #ltsp.
[03:23] bobby_C (~bobby@85-124-22-227.teleworker.xdsl-line.inode.at) joined #ltsp.
[03:26] Egyptian[Home] (~EgyptianH@62.117.46.68) joined #ltsp.
[03:36] [nubae] alkisg: any idea if I can use a VM as a server instead of reinstalling with Ubuntu?
[03:36] klausade (~klaus@cm-84.215.176.91.getinternet.no) joined #ltsp.
[03:36] [alkisg] nubae: sure
[03:37] [nubae] Have u ever set it up that way?
[03:37] [alkisg] Yup
[03:37] [alkisg] But if you're around in the afternoon, I may be able to help more with your current problem
[03:37] [nubae] any noticable lag or speed or something?
[03:37] [alkisg] Since you used --dist=karmic, you shouldn't be having anything mint-specific in your chroot
[03:38] [nubae] alkisg: well I'll leave it as it is then, but this could be a bit of nasty problem probably buried in the init scripts
[03:38] [alkisg] So maybe your network is your problem, or a bug in the upstream scripts, and not mint...
[03:38] [alkisg] nubae: can you try putting stgraber's ppa (or my ppa) in both your server's and chroot's sources?
[03:38] [nubae] sure... I could also try and build a different dist in the chroot
[03:38] [alkisg] That way, if there's a bug there, and it was solved between karmic <=> lucid, we won't have to deal with it again...
[03:39] [nubae] ok
[03:39] [alkisg] No need, karmic is fine
[03:39] [alkisg] sudo add-apt-repository ppa:stgraber
[03:39] [alkisg] apt-get update / dist-upgrade
[03:39] [alkisg] both in server + chroot
[03:40] [nubae] I've got a dns problem in the chroot it seems
[03:40] [nubae] cant resolve host osiris (my server)
[03:41] [nubae] maybe I have to manually define it in the chroot?
[03:42] [alkisg] cp /etc/resolv.conf /opt/ltsp/i386/etc/resolv.conf
[03:42] [alkisg] Also don't use sudo in the chroot
[03:42] [nubae] yeah its already thesame
[03:42] [alkisg] You're already root there
[03:42] [nubae] I added osiris to hosts
[03:42] [nubae] that should fix it
[03:43] [nubae] add-apt-repository command not found in chroot
[03:43] ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) joined #ltsp.
[03:44] Selveste1 (~Selveste1@wnn72114.wireless.dtu.dk) left irc: Ping timeout: 264 seconds
[03:44] [nubae] wait that makes no sense
[03:44] Selveste1 (~Selveste1@wnn72114.wireless.dtu.dk) joined #ltsp.
[03:45] ogra (~ogra@ubuntu/member/ogra) left irc: Read error: Connection reset by peer
[03:45] [nubae] hmm, alkisg, ideas? command not found, what do I need to install
[03:45] [alkisg] nubae: wget http://ts.sch.gr/repo/add-ppa.sh -O /tmp/add-ppa.sh
[03:45] [alkisg] sh /tmp/add-ppa.sh stgraber
[03:46] [alkisg] That should do it...
[03:46] [alkisg] (I got this for other teachers here - so don't pay attention to any greek messages :))
[03:47] [nubae] ok so add-ppa is the command?
[03:47] [nubae] right ok done
[03:47] [nubae] love the cyrillic :-)
[03:49] [alkisg] Nah, Greek isn't cyrillic
[03:49] Nick change: ogra_ -> ogra
[03:49] ogra (~ogra@p5098ed03.dip0.t-ipconnect.de) left irc: Changing host
[03:49] ogra (~ogra@ubuntu/member/ogra) joined #ltsp.
[03:49] [nubae] oh it isnt?
[03:49] *** nubae feels silly now
[03:50] [alkisg] Some Greek priests invented the cyrillic alphabet when they tought christianism to russians etc
[03:50] [alkisg] But the greek alphabet was there eons ago..
[03:50] [nubae] I'm European.. I shouldn't make American mistakes :-)
[03:50] [alkisg] Heh :D
[03:51] [nubae] ok, so rebuild image and update?
[03:52] [alkisg] Also update-initramfs -u
[03:52] [alkisg] (in the chroot)
[03:52] [nubae] exit
[03:52] [nubae] oops
[03:52] [nubae] heh
[03:54] [nubae] hmm dist=karmic doesnt work now
[03:55] [nubae] ah never mind, forgot to delete /opt/ltsp/i386
[03:55] [nubae] wait, its not using the ppa now is it?
[03:56] F-GT (~phantom@ppp121-44-196-243.lns20.syd7.internode.on.net) left irc: Ping timeout: 264 seconds
[03:59] [nubae] alkisg: ?
[03:59] [alkisg] nubae: why did you delete the chroot?
[03:59] [nubae] yeah
[03:59] [alkisg] You just had to update it...
[03:59] [nubae] I'm just worried its not using the ppa
[03:59] [nubae] oh ok
[03:59] [nubae] well its building now, but I did --dist=karmic
[03:59] [nubae] will that use the ppa?
[04:00] [alkisg] Nope
[04:00] [alkisg] You'd have to use --extra-mirror for this
[04:00] [alkisg] Just add the ppa in the chroot after it finishes building
[04:00] [alkisg] (with the command I pasted above)
[04:00] [nubae] oh, shit.. right....
[04:00] [nubae] :-)
[04:00] artista_frustrad (~artista_f@201-25-163-48.ctame704.dsl.brasiltelecom.net.br) joined #ltsp.
[04:00] [alkisg] ...and then update-initramfs -u, apt-get udpate, apt-get dist-upgrade , ltsp-update-kernels, image etc
[04:12] F-GT (~phantom@ppp121-44-6-252.lns20.syd6.internode.on.net) joined #ltsp.
[04:29] otavio (~otavio@debian/developer/otavio) joined #ltsp.
[04:45] daya (~daya@202.63.242.211) left irc: Quit: Leaving
[04:51] [nubae] whats the ltsp update image command again?
[04:52] [nubae] ltsp-update-image gives me cannot run command test: no such file or directory
[04:52] litlebuda (~litlebuda@89.34.54.77.rev.vodafone.pt) joined #ltsp.
[04:52] [nubae] ah needed --arch
[04:54] [litlebuda] hi all i cant watch videos on my thin clients with vlc it complains about x11
[04:54] [litlebuda] any ideas ?
[04:55] [nubae] litlebuda: u'll need to be more specific
[04:58] [Appiah] try switching video output to xv
[04:58] [Appiah] this is not really a ltsp issue
[04:58] [litlebuda] nuba when i star vlc on a client and select a video file vlc crashes saying BadAccess (attempt to access private resource denied)[????????] x11 video output notice: buggy X11 server claims shared memory[????????] x11 video output notice: support though it does not work (OpenSSH?) [????????] x11 video output error: X11 request 140.1 failed with error code 10:
[04:58] [Appiah] try to used another video output
[04:59] [litlebuda] Appiah, you mean in vlc ?
[04:59] alkisg (~alkisg@ubuntu/member/alkisg) left irc: Quit: Leaving.
[04:59] [Appiah] yes
[04:59] [Appiah] since its a vlc issue..
[05:00] [Appiah] https://forum.videolan.org/viewtopic.php?f=13&t=15777&start=0
[05:05] [litlebuda] Appiah, thanks ill look in to it !
[05:13] highvoltage (~highvolta@ubuntu/member/highvoltage) left irc: Ping timeout: 240 seconds
[05:14] pmatulis (~peter@mail.papamike.ca) joined #ltsp.
[05:14] highvoltage (~highvolta@ubuntu/member/highvoltage) joined #ltsp.
[05:21] Nick change: pts_ -> pths
[05:27] artista-frustrad (~artista_f@201-25-163-48.ctame704.dsl.brasiltelecom.net.br) joined #ltsp.
[05:40] alkisg (~alkisg@ubuntu/member/alkisg) joined #ltsp.
[05:52] alkisg (~alkisg@ubuntu/member/alkisg) left irc: Quit: Leaving.
[06:04] klausade (~klaus@cm-84.215.176.91.getinternet.no) left irc: Ping timeout: 260 seconds
[06:04] alkisg (~alkisg@ubuntu/member/alkisg) joined #ltsp.
[06:06] alkisg (~alkisg@ubuntu/member/alkisg) left irc: Client Quit
back next →
1 2 3 4 5
up
Generated by logs2html module for eggdrop v.2.3.4
Find latest version at http://sourceforge.net/projects/logs2html or http://shmupsik.osetia.org