00:02 | <vagrantc> work_alkisg: i'll get to testing the xorg.conf thing, really i will.
| |
00:02 | * vagrantc puts it off another day | |
00:06 | vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving) | |
00:16 | huafu has left IRC (huafu!~huafu@node-k61.pool-1-2.dynamic.totbb.net, Remote host closed the connection) | |
00:24 | huafu has joined IRC (huafu!~huafu@node-k61.pool-1-2.dynamic.totbb.net) | |
02:20 | gehidore is now known as man | |
02:23 | man is now known as gehidore | |
02:47 | <huafu> is there a way to force the hostname of LTSP clients based on their MAC? I am trying with various options in dnsmasq without success :(
| |
03:01 | Ark74 has left IRC (Ark74!~Luis@177.239.209.188, Ping timeout: 246 seconds) | |
03:08 | huafu_ has joined IRC (huafu_!~huafu@node-jie.pool-1-2.dynamic.totbb.net) | |
03:12 | huafu has left IRC (huafu!~huafu@node-k61.pool-1-2.dynamic.totbb.net, Ping timeout: 265 seconds) | |
03:14 | huafu_ is now known as huafu | |
04:18 | work_alkisg is now known as alkisg | |
04:18 | <alkisg> vagrantc, no worries :)
| |
04:18 | huafu: put HOSTNAME=xxx in lts.conf
| |
04:19 | <huafu> yeah sorry forgot to update here, found out that on the web, also it says it's fixed (missing from doc) but maybe it is not deployed
| |
04:19 | thanks alkisg
| |
04:19 | <alkisg> If you're using the greek schools ppa, it's surely deployed :)
| |
04:20 | I have the ltsp trunk version there, the latest code
| |
04:20 | <huafu> alkisg, I am now writing my own bare simple cyber cafe management system, couldn't find any out there fiting my needs and/or free of bugs
| |
04:20 | alkisg, I meant, the fact that it is missing from the docs
| |
04:20 | alkisg, it does work, but it is not in the doc of lts.conf
| |
04:21 | <alkisg> management system, as in how much time each client is logged in, how much will they pay etc?
| |
04:22 | Ah sure I don't care much about the docs as no users contribute there
| |
04:22 | :)
| |
04:22 | <huafu> alkisg, yep, but I am basically going to add some features to epoptes I guess
| |
04:22 | btw, what epoptes is coded in?
| |
04:22 | <alkisg> python and shell again :)
| |
04:23 | <huafu> ah then I should fork it instead of re-writing from scratch, but I do not know much about writing interfaces
| |
04:23 | what IDE are you using/advising to use for epoptes?
| |
04:24 | <alkisg> Personally I'm using gedit so i'm not the correct person to ask :)
| |
04:24 | I'm mostly developing the shell part of epoptes
| |
04:24 | I haven't seen any good linux ides, like delphi or visual studio from my windows days
| |
04:25 | cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg) | |
04:25 | <huafu> (btw, I removed my own crappy xsession and rewrote the feature with a very simple script in ldm/rc.d, rsyncing, was way simpler than my crappy script and better since I do not need to update the image to sync hehe
| |
04:25 | alkisg, PyCharm is very nice
| |
04:25 | but not free :/
| |
04:25 | <alkisg> ...even the one I wrote myself for some greek programming language is much better than anything I've found for linux :D
| |
04:26 | Can you watch the variable values, the local variables etc with pycharm, while stepping into the execution of the program?
| |
04:27 | Can you set a breakpoint in the source code?
| |
04:27 | <huafu> I do not remember but I am pretty sure yes
| |
04:27 | <alkisg> I would be surprised to see that
| |
04:27 | <huafu> https://www.jetbrains.com/pycharm/
| |
04:28 | alkisg, yes you can, look at the video on the link I gave you
| |
04:28 | <alkisg> is pycharm free for personal use etc?
| |
04:28 | <huafu> around 2:00
| |
04:29 | alkisg, nope but you can get some open source free license
| |
04:31 | <alkisg> That sounds nice. so, I assume it also supports compiling whole projects with a key like F9 and then it stops at the file/line of the first syntax error etc?
| |
04:32 | <huafu> yup
| |
04:33 | <alkisg> Cool, I'll try it the next time I'll write things in python (or .c, I think they also have an editor for .c apps)
| |
04:33 | <huafu> you definitly should look at the video, jetbrains has very powerfull ide. I am personally using websotrm a lot, and can't get out of it. If I am on a machine where it is not I can divide the time needed to work by 2 for sure lol
| |
04:33 | <alkisg> I bet they don't have a shell editor :P :D
| |
04:33 | <huafu> they do have plugins to highlight bash script anyway, which you can install in any of their ide I believe
| |
04:34 | <alkisg> I meant with breakpoints and step by step execution, but yeah no shell coder expects that
| |
04:36 | <huafu> haha
| |
04:36 | ttyl, need a logout
| |
04:37 | hmmm, I guess I need more than a logout, the only window remaining is the hexchat's one and I can't do anything, there is no window decorator anymore lol
| |
04:38 | huafu has left IRC (huafu!~huafu@node-jie.pool-1-2.dynamic.totbb.net, Remote host closed the connection) | |
04:40 | huafu has joined IRC (huafu!~huafu@node-jie.pool-1-2.dynamic.totbb.net) | |
04:45 | <huafu> alkisg, wait there is a community edition
| |
04:45 | so no need to ask for a license, i am going to test it - are the sources of epoptes on github?
| |
04:48 | found them nevermind
| |
04:51 | btw, should I fork as a new tool or plan on future integration in epoptes core? sounds like different software even if the core will be EXACTLY the same, just adding features
| |
04:53 | <alkisg> If you think you can find a point to cleanly separate the upstream code from your code, it's possible that we can use a common "epoptes-core" base...
| |
04:53 | E.g. if you see that you can add plugins functionality, and implement the cafe as a plugin, then sure why not
| |
05:01 | <huafu> alkisg, now I need my features quickly, so while I'll definitely try to keep it clean code-wise, I am not going to add plugin feature now
| |
05:01 | anyway, I do not know bzr at all, _in the case_ I would work with git, I'd create a branch first of anything. Would that be the case with bzr?
| |
05:03 | also I have something like 10 hours of coding in Pythin behind me lol, but it's ok I've already learned and used some languages pretty fast
| |
05:05 | haha pycharm has a bzr and launchpad plugins
| |
05:07 | Ark74 has joined IRC (Ark74!~Luis@189.220.253.111.cable.dyn.cableonline.com.mx) | |
05:26 | <alkisg> Yes bzr is very similar to git
| |
05:39 | <huafu> alkisg, who should I talk with in case I have questions about epoptes python part?
| |
05:53 | <alkisg> huafu: Phantomas, but note that here in #ltsp we've had 10's of people coming here, asking for help to join the project, then having us spend months in helping them, only to do their job and then disappear
| |
05:53 | That takes a toll in the time we're willing to spend helping new devs...
| |
05:55 | <huafu> alkisg, yeah I understand, it's just in case and I am not asking to integrate any changes for now, it's more like if I can't find anywhere in the code some info about a variable - when it's about bash and sysadmin I am kinda lost, but when it's about coding I know how to search, where to go, etc... ;-)
| |
05:56 | in the case I am happy of the result and think it could be useful for others then I might contact you or him and ask you for looking at it and tell me what you think, if I should PR or just create a new soft, fork of epoptes
| |
06:17 | cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Remote host closed the connection) | |
06:43 | cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg) | |
06:55 | <alkisg> Wow vinagre+vino on gigabit network == 1 frame per second!
| |
07:00 | cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Remote host closed the connection) | |
07:02 | administrator has joined IRC (administrator!c23fefed@gateway/web/freenode/ip.194.63.239.237) | |
07:02 | administrator is now known as Guest67350 | |
07:03 | * gehidore knows not what that is | |
07:03 | <alkisg> The default vnc server and viewer of gnome
| |
07:03 | <gehidore> ugh I really need to update postfix to use the letsencrypt cert but I'm not in the mood
| |
07:04 | <alkisg> Back to x11vnc + xvnc4viewer, they perform waaaay better
| |
07:04 | even over ssh for encryption
| |
07:05 | <Guest67350> tassosel to alkisg-PLHNET ioa: Καλημέρα! Πότε ευκαιρείς να ρωτήσω δυο πληροφορίες;
| |
07:05 | ricotz has joined IRC (ricotz!~ricotz@p5B2AA7F2.dip0.t-ipconnect.de) | |
07:05 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
07:05 | <alkisg> Guest67350: καλημέρα Τάσο, εδώ τώρα που πληκτρολογείς, γράψε τα παρακάτω, για να μπεις στο ελληνικό κανάλι: /join #ts.sch.gr
| |
07:05 | <Guest67350> join #ts.sch.gr
| |
07:06 | <alkisg> Και με το / στην αρχή
| |
07:06 | /join #ts.sch.gr
| |
07:10 | Guest67350 is now known as tassosel | |
07:20 | <huafu> alkisg, http://ibin.co/2QLdeUC8OF9T
| |
07:21 | <alkisg> huafu: excellent!
| |
07:21 | I'll ping Phantomas about it
| |
07:21 | mikkel has joined IRC (mikkel!~mikkel@mail.dlvs.dk) | |
07:21 | <huafu> ok now I am ready to start hacking epoptes hehe, already read a bit the source and structure, I guess I'll get more while hacking small shit first hehehe
| |
07:22 | <alkisg> For anything that you see that is upstreamable, do file a bug report + merge request about it in launchpad
| |
07:22 | Giving contributions is the best way to give + get help from the devs
| |
07:23 | <huafu> yup of course, lemme get into it first hehe
| |
07:23 | btw starting the debug session was as simple as right clicking on bin/epoptes and 'Debug', then for the first time I had to select python version but that was all
| |
07:24 | you can also attach to an existing process
| |
07:25 | <gehidore> what the fuck is epoptes
| |
07:25 | <alkisg> !epoptes
| |
07:25 | <ltsp`> epoptes: Epoptes is a computer lab administration and monitoring tool. It works on Ubuntu and Debian based labs with LTSP or non-LTSP servers, thin and fat clients, standalone workstations, NX clients etc. More info: http://www.epoptes.org
| |
07:25 | <gehidore> I keep seeing people use that in a "that's awesome" or "it's the bees knees" sort of way
| |
07:26 | <huafu> hahahaha
| |
07:26 | <alkisg> bees knees? haha never heard of that expression!
| |
07:27 | <huafu> me neither but my english is far from fluent
| |
07:30 | <gehidore> it's an american expression I think from the 60's
| |
07:31 | internet seems to think it goes back to 1700's but more likely is 1920's US of A
| |
07:32 | <huafu> we are in 2558 here ;-)
| |
07:34 | <gehidore> heh
| |
07:35 | <alkisg> gehidore: how common is "what the fuck" and similar phrases? For example, if a student mentions that in a classroom, will he get yelled at by his teacher?
| |
07:37 | <gehidore> alkisg: very likely in trouble if not booted from class, venture down under though and it's tought as common phrase
| |
07:37 | taught even
| |
07:37 | so please, forgive my outburst :|
| |
07:38 | <alkisg> haha no worries I don't think there are kids in #ltsp :D
| |
07:38 | <gehidore> heh had I not cleared it my 3.5 year old was just spamming another channel and had managed to switch here
| |
07:39 | https://beaveris.me/ss/1450424326NmE1M.png
| |
07:39 | Fenuks has joined IRC (Fenuks!~Fenuks@91.192.173.88) | |
07:39 | <alkisg> :)
| |
07:42 | Ark74 has left IRC (Ark74!~Luis@189.220.253.111.cable.dyn.cableonline.com.mx, Read error: Connection reset by peer) | |
08:01 | <huafu> OMG alkisg I looked at what you told me to re-investigate into one user per computer... as you said there are some abs paths in there... I was not expecting that much in an empty user (just logged in and out): sudo grep '/home/bnh-term' -R /home/bnh-term | wc -l => 55
| |
08:02 | <alkisg> Yup it's sad :)
| |
08:02 | Linux should try to sell "~" more
| |
08:02 | I.e. that the user home would be accessible "only" with ~ in front of it
| |
08:02 | Maybe the gnome open/save dialogs could automatically convert absolute paths to relative ones etc
| |
08:13 | Softeisbieger has joined IRC (Softeisbieger!~Softeisbi@dsl5-42-50.pool.bitel.net) | |
08:15 | Ark74 has joined IRC (Ark74!~Luis@189.220.253.111.cable.dyn.cableonline.com.mx) | |
08:19 | <huafu> alkisg, they actually ask you if you want to rename you music, videos, documents, etc... folders on a login after changing the language from last session
| |
08:20 | I think I am going to make a __TMPL__ user, make the internet cafe prepaid tickets codes being exactly the same character size, and do a sed s/__TMPL__/the_ticket_number/g on the whole home directory even for binary files haha
| |
08:22 | there should be no issue doing this, except if some onfig files are gzipped lol
| |
08:22 | I need a quick solution to open my internet cafe ASAP, then I can have time to work on epoptes hehe
| |
08:22 | <alkisg> huafu: they ask you to rename xdg dirs, yes, but they don't automatically update the settings paths
| |
08:23 | <huafu> alkisg, I did not know but I was not expecting much lol
| |
08:24 | <alkisg> sedding through binary files with the same dir length is definately hacky but it should probably work, yup
| |
08:24 | <huafu> yeah it's the fastest, but uglies solution :D
| |
08:25 | ah no, it's not possible to login from ldm with a no password user :/
| |
08:29 | <alkisg> Yup LDM should just chat between the client text box and the ssh server, allowing for all those things,
| |
08:29 | no password users, change of passwords etc etc
| |
08:31 | <huafu> alkisg, I don't understand, where is this setupable? (is that a word? lol)
| |
08:31 | <alkisg> It's not, LDM should be fixed to support all that, but noone is working on LDM nowadays
| |
08:31 | <huafu> ah ok
| |
09:21 | alkisg is now known as work_alkisg | |
10:04 | eu^srv-2gym-kava has joined IRC (eu^srv-2gym-kava!c23fefed@gateway/web/freenode/ip.194.63.239.237) | |
10:06 | meladia has joined IRC (meladia!c23fefed@gateway/web/freenode/ip.194.63.239.237) | |
10:07 | vanitas has joined IRC (vanitas!c23fefed@gateway/web/freenode/ip.194.63.239.237) | |
10:18 | <vanitas> work_alkisg: Καλησπέρα , το πρόβλημα συνεχίζεται, να το δουμε κάποια στιγμη
| |
10:31 | work_alkisg is now known as alkisg | |
10:34 | alkisg is now known as work_alkisg | |
10:48 | lbssousa has joined IRC (lbssousa!~laercio@177.143.58.79) | |
10:51 | xdrazen has joined IRC (xdrazen!ba1b5b01@gateway/web/freenode/ip.186.27.91.1) | |
10:52 | <xdrazen> hi
| |
11:02 | xdrazen has left IRC (xdrazen!ba1b5b01@gateway/web/freenode/ip.186.27.91.1, Ping timeout: 252 seconds) | |
11:08 | phaer has joined IRC (phaer!~phaer@213.129.248.114) | |
11:10 | <phaer> Hi, i tried to build a second chroot with an alternative BASE and all, that worked well. But know NFS for my original chroot seems to mount as read-only, so that can't start ldm...
| |
11:11 | ...the last fatal error is that it can't write to /etc/hosts from /usr/share/ltsp/screen.d/ldm:93. We are still using ltsp 5.2.4 (debian squeeze) at the moment.
| |
11:12 | Any hints on debugging this?
| |
11:17 | I booted the client image in single user mode. There are an rootfs *and* my nfs share mounted on /, both as rw according to mount, but it still says "read only file system" if i try to write anything
| |
11:43 | work_alkisg is now known as alkisg | |
11:44 | <alkisg> phaer: distro/version?
| |
11:44 | Also, nfs isn't well supported any more as a base, with overlayfs now upstream in the kernel, not supporting nfs as lowerdir
| |
11:44 | <phaer> alkisg: debian squeeze, ltsp 5.2.4
| |
11:44 | <alkisg> oh, ok, that's very old, it should support nfs
| |
11:45 | <phaer> alkisg: Yes, thats very old. The upgrade is planned for january, but i still need to get it running until then
| |
11:45 | <alkisg> Normally nfs is mounted read only, and then aufs on top of it to make a temp writeable file system in the client ram
| |
11:45 | Before aufs, ltsp was using bind-mounts, I hope your ltsp version isn't *that* old... :)
| |
11:45 | What is the kernel command line that you are passing to those 2 chroots?
| |
11:46 | I.e. the APPEND line from pxelinux.cfg/default
| |
11:46 | <phaer> append ro initrd=initrd.img quiet root=/dev/nfs ip=dhcp boot=nfs single
| |
11:47 | <alkisg> OK, also, check your chroot, does it have $CHROOT/sbin/init-ltsp ?
| |
11:47 | <phaer> alkisg: Thanks for the support, i inherited that ltsp system
| |
11:48 | no, it does not
| |
11:48 | <alkisg> So the chroot is older than the new boot method of "init-ltsp"
| |
11:49 | The problem is that this is so old, that I don't remember to help in troubleshooting it via irc
| |
11:49 | <phaer> oh my :)
| |
11:49 | <alkisg> I'd have to check it via vnc/ssh...
| |
11:49 | You might want to come again in 8 hours or so, vagrantc is the debian maintainer, he might be able to remember/help
| |
11:49 | * alkisg is using ubuntu/nbd primarily | |
11:51 | <phaer> very nice, thanks. But I am afraid that I'd risk my job if gave ssh access to some person on an irc channel, so I am going to wait for vagrantc :)
| |
11:52 | <alkisg> !socat
| |
11:52 | <ltsp`> socat: One way to share a console with a remote person is: [local pc] forward port 5500; apt-get install socat; socat tcp-listen:5500,keepalive=1 stdio,raw,echo=0 [remote pc] apt-get install socat screen; socat SYSTEM:"sleep 1; exec screen -xRR ra",pty,stderr tcp:REMOTE-IP:5500 & screen -l -S ra
| |
11:52 | <alkisg> First, it's a shared screen, so it's not really ssh,
| |
11:52 | second, you already have all our code in your pc,
| |
11:52 | <phaer> fair point
| |
11:53 | <alkisg> and third, I wasn't offering to do it! I was just saying I couldn't help with irc in such an old system
| |
11:53 | I might be able to help some other time, but not currently
| |
11:53 | <phaer> Okay. Thanks again, i was misinterpreting you
| |
11:53 | <alkisg> np
| |
11:54 | Check /usr/share/initramfs in the chroot, if the ltsp scripts use "aufs" there or "bind mounts"
| |
11:54 | * alkisg waves, later... | |
11:54 | alkisg is now known as work_alkisg | |
11:59 | <phaer> I suppose, /usr/share/initramfs-tools was meant. scripts/ltsp_nbd uses aufs, scripts/nfs-bottom/ltsp uses bind. So I guess its bind for me
| |
12:03 | vanitas has left IRC (vanitas!c23fefed@gateway/web/freenode/ip.194.63.239.237, Quit: Page closed) | |
12:16 | Faith has joined IRC (Faith!~paty_@unaffiliated/faith) | |
12:30 | <phaer> The root of the problem was that, of course, my new chroot overwrote the kernel and initrd of the old one in the tftp direcotry. Recovering that directory from the backup solved the problem for now.
| |
12:31 | phaer has left IRC (phaer!~phaer@213.129.248.114, Quit: WeeChat 1.3) | |
13:02 | robb_nl has joined IRC (robb_nl!~robb_nl@ip-213-49-86-128.dsl.scarlet.be) | |
13:17 | Fenuks has left IRC (Fenuks!~Fenuks@91.192.173.88, Ping timeout: 246 seconds) | |
13:28 | tassosel has left IRC (tassosel!c23fefed@gateway/web/freenode/ip.194.63.239.237, Quit: Page closed) | |
13:33 | administrator has joined IRC (administrator!c23fefed@gateway/web/freenode/ip.194.63.239.237) | |
13:33 | administrator has left IRC (administrator!c23fefed@gateway/web/freenode/ip.194.63.239.237) | |
13:34 | tassosel has joined IRC (tassosel!c23fefed@gateway/web/freenode/ip.194.63.239.237) | |
13:34 | Softeisbieger has left IRC (Softeisbieger!~Softeisbi@dsl5-42-50.pool.bitel.net, Remote host closed the connection) | |
13:35 | tassosel has left IRC (tassosel!c23fefed@gateway/web/freenode/ip.194.63.239.237, Client Quit) | |
13:39 | robb_nl has left IRC (robb_nl!~robb_nl@ip-213-49-86-128.dsl.scarlet.be, Ping timeout: 256 seconds) | |
13:43 | huafu has left IRC (huafu!~huafu@node-jie.pool-1-2.dynamic.totbb.net, Quit: Leaving) | |
13:51 | lbssousa has left IRC (lbssousa!~laercio@177.143.58.79, Quit: lbssousa) | |
13:51 | lbssousa has joined IRC (lbssousa!~laercio@177.143.58.79) | |
13:54 | andygraybeal has joined IRC (andygraybeal!~andy@h35.1.16.72.static.ip.windstream.net) | |
14:06 | Phantomas has joined IRC (Phantomas!~ftsamis@ubuntu/member/phantomas) | |
14:23 | Phantomas has left IRC (Phantomas!~ftsamis@ubuntu/member/phantomas) | |
14:41 | m3741 has joined IRC (m3741!8c20b845@gateway/web/freenode/ip.140.32.184.69) | |
14:45 | <m3741> sup chan. anybody have any idea why a USB drive formatted as NTFS mounts as read-only? thin clients, ubuntu 14.04.3 x64, ltsp 5.5.1-1ubuntu2
| |
14:47 | work_alkisg is now known as alkisg | |
14:47 | <alkisg> Can you manually mount it rw on the client?
| |
14:47 | <m3741> good question. trying now...
| |
14:47 | <alkisg> And also, do other usb sticks work fine?
| |
14:50 | <m3741> ext3/4 formatted work fine
| |
14:52 | here's a million dollar question, how do i remount the drive rw? in "normal" linux i know i can do mount -o remount,rw but that doesn't seem to work here since i'm essentially on the server
| |
14:53 | maybe to a more basic question, how in the heck do i run dmesg or similar on the client that actually looks at the client? ltsp-localapps dmesg doesn't fly
| |
14:53 | huafu has joined IRC (huafu!~huafu@node-jie.pool-1-2.dynamic.totbb.net) | |
15:02 | mikkel has left IRC (mikkel!~mikkel@mail.dlvs.dk, Quit: Leaving) | |
15:04 | huafu has left IRC (huafu!~huafu@node-jie.pool-1-2.dynamic.totbb.net, Quit: Leaving) | |
15:12 | <alkisg> m3741: ltsp-localapps xterm
| |
15:12 | !screen_02
| |
15:12 | <ltsp`> screen_02: To get a root shell on an Ubuntu thin client: https://help.ubuntu.com/community/UbuntuLTSP/ClientTroubleshooting#Using_a_shell_SCREEN
| |
15:19 | <m3741> sorry, i'm still trying to wrap my head around ltspfs. i really need to look at the code.
| |
15:20 | i tried running sudo mount -o remount,rw <ip of thin client>:/dev/sdb1 /media/<username>/Elements
| |
15:20 | <alkisg> Did you get a root shell with screen_02=shell?
| |
15:20 | <m3741> and i get: mount.nfs: access denied by server while mounting (null)
| |
15:20 | <alkisg> If so, don't login to the client at all
| |
15:20 | <m3741> i did
| |
15:20 | <alkisg> Just run `mount /dev/sda1 /mnt`
| |
15:20 | <m3741> ah, ok
| |
15:20 | <alkisg> No ltspfs involved
| |
15:24 | danau111 has joined IRC (danau111!~durban@static-72-89-243-139.nycmny.fios.verizon.net) | |
15:24 | danau111 has left IRC (danau111!~durban@static-72-89-243-139.nycmny.fios.verizon.net) | |
15:25 | ben_nabiy has joined IRC (ben_nabiy!~bennabiy@unaffiliated/bennabiy) | |
15:26 | <m3741> still mounted ro. it's complaining about the ntfs version on the thing though, 1.2 vs 3.0. trying to reformat now.
| |
15:27 | <alkisg> Also try the same on the server
| |
15:27 | If it mounts correctly there, it's a matter of what software you have in your chroot
| |
15:27 | If it doesn't mount correctly on the server, it's not an ltsp issue
| |
15:28 | <m3741> that makes sense. it'll take me a bit. the server is clear on the other side of the building. i'll be back shortly. thanks as always.
| |
15:28 | you should change your nick to ltspDiety or similar
| |
15:41 | <alkisg> You're welcome, brb...
| |
15:41 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Remote host closed the connection) | |
15:43 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
15:48 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Ping timeout: 246 seconds) | |
15:52 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
15:57 | dtcrshr has joined IRC (dtcrshr!~datacrush@2801:88:f7a:100:240:a7ff:fe2d:d7c0) | |
15:57 | dtcrshr has joined IRC (dtcrshr!~datacrush@unaffiliated/datacrusher) | |
16:00 | epoptes_user6 has joined IRC (epoptes_user6!0556c09d@gateway/web/freenode/ip.5.86.192.157) | |
16:01 | epoptes_user6 has left IRC (epoptes_user6!0556c09d@gateway/web/freenode/ip.5.86.192.157) | |
16:37 | xdrazen has joined IRC (xdrazen!~xdrazen@lpz-181-114-120-00135.wimaxtigo.bo) | |
16:37 | <m3741> alkisg: alright, my image was missing ntfs-3g. installed that, updated image and bam. thanks once more
| |
16:38 | <xdrazen> good morning
| |
16:38 | <m3741> morning!
| |
16:38 | <xdrazen> i guess that now i am done...
| |
16:38 | OMFG!
| |
16:39 | i cannot believe ipxe worked while gpxe did not
| |
16:39 | | |
16:40 | omfg... BTW, now i am testing with the i3 pc, my true clients are a bit far away
| |
16:40 | alkisg... you are really a pro...
| |
16:40 | thanks a lot for your advices
| |
16:40 | i will be back
| |
16:41 | in the afternoon... kinda in 4 hours i will be back
| |
16:42 | **good bye for all ^^ thanks a lot for the support
| |
16:47 | xdrazen has left IRC (xdrazen!~xdrazen@lpz-181-114-120-00135.wimaxtigo.bo, Ping timeout: 272 seconds) | |
17:01 | lbssousa has left IRC (lbssousa!~laercio@177.143.58.79, Quit: lbssousa) | |
17:05 | alkisg is now known as work_alkisg | |
17:17 | danau11 has joined IRC (danau11!~durban@static-72-89-243-139.nycmny.fios.verizon.net) | |
17:28 | work_alkisg is now known as alkisg | |
17:45 | alkisg is now known as work_alkisg | |
17:53 | danau11 has left IRC (danau11!~durban@static-72-89-243-139.nycmny.fios.verizon.net) | |
17:54 | gvy has joined IRC (gvy!~mike@altlinux/developer/mike) | |
17:54 | robb_nl has joined IRC (robb_nl!~robb_nl@ip-213-49-86-128.dsl.scarlet.be) | |
18:26 | vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc) | |
18:53 | lbssousa has joined IRC (lbssousa!~laercio@177.143.58.79) | |
19:03 | gvy has left IRC (gvy!~mike@altlinux/developer/mike, Quit: Leaving) | |
19:04 | lbssousa has left IRC (lbssousa!~laercio@177.143.58.79, Quit: lbssousa) | |
20:14 | m3741 has left IRC (m3741!8c20b845@gateway/web/freenode/ip.140.32.184.69, Ping timeout: 252 seconds) | |
20:17 | Faith has left IRC (Faith!~paty_@unaffiliated/faith, Quit: Leaving) | |
20:37 | xdrazen has joined IRC (xdrazen!~xdrazen@lpz-181-114-123-00148.wimaxtigo.bo) | |
20:38 | <xdrazen> hii
| |
20:38 | vagrantc good afternnon
| |
20:39 | hi alkisg
| |
20:41 | * vagrantc waves | |
20:41 | <xdrazen> i need help now... again, even with ubuntu 12.04.1 in ltsp-pnp
| |
20:43 | the virtual machine works with 70mb ram, the i3 boots with pxe in rom and too with the ipxe
| |
20:44 | but when booting via ipxe in the pentium pro, i got kernel panic
| |
20:47 | and i am not sure what is the issue there
| |
20:52 | please help me... anything for look for
| |
20:52 | <maldridge> genearlly the panic will tell you what faulted
| |
20:53 | <xdrazen> kernel_threat_helper+0x6/0x10
| |
20:53 | that is the last lane that i got
| |
20:55 | i wonder... what about install a LTSP very very old. Kinda ubuntu 8.04 alternate or server, or even if ltsp comes with edubuntu 8.04...
| |
20:56 | alkisg recomended me the pnp, and eventually it works, but it does not in those ppro pcs...
| |
21:00 | cyberorg suggest me to install tiny core with remote desktop for emuling the ltsp
| |
21:00 | or something like that
| |
21:03 | <vagrantc> i cringe to say this, but try ltsp 4.2
| |
21:04 | <xdrazen> kinda, sudo apt-get install ltsp-server-standalone 4.2?
| |
21:18 | <vagrantc> no, it's an entirely different process
| |
21:19 | xdrazen: you are persistant, if nothing else :P
| |
21:33 | <xdrazen> lol
| |
21:33 | kinda i messed the rams now xD
| |
21:45 | not the rams, i messed the ram slots... now i will try 4*32 ram
| |
21:50 | robb_nl has left IRC (robb_nl!~robb_nl@ip-213-49-86-128.dsl.scarlet.be, Read error: Connection reset by peer) | |
21:54 | <xdrazen> hi!
| |
21:55 | well making some trys, i got the same, exactly the same error WHEN
| |
21:56 | making the virtual machine with less than 70 mb
| |
22:03 | then, i almost can be 100% sure that it is a memory issue
| |
22:05 | what is really strange is that some rams are working but the slots are not
| |
22:13 | btw, any place where to search the 4.2 ltsp?
| |
22:13 | or what about that tinycore what cyberorg tell me
| |
22:19 | xdrazen has left IRC (xdrazen!~xdrazen@lpz-181-114-123-00148.wimaxtigo.bo, Read error: Connection reset by peer) | |
22:29 | <vagrantc> when someone doesn't listen to the real answer to their questions...
| |
22:41 | xdrazen has joined IRC (xdrazen!~xdrazen@lpz-181-114-122-00156.wimaxtigo.bo) | |
22:42 | <xdrazen> good bye buddies
| |
22:43 | it is a ram issue
| |
22:43 | i will try this of the tiny core and remote desktop
| |
22:43 | cya
| |
22:45 | dtcrshr has left IRC (dtcrshr!~datacrush@unaffiliated/datacrusher, Remote host closed the connection) | |
22:45 | Ark74 has left IRC (Ark74!~Luis@189.220.253.111.cable.dyn.cableonline.com.mx, Ping timeout: 265 seconds) | |
22:47 | xdrazen has left IRC (xdrazen!~xdrazen@lpz-181-114-122-00156.wimaxtigo.bo, Ping timeout: 255 seconds) | |
23:04 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |
23:55 | gbaman has joined IRC (gbaman!~gbaman@host81-139-185-126.in-addr.btopenworld.com) | |