00:10 | edgarin has quit IRC | |
00:34 | gonzaloaf has quit IRC | |
00:44 | MagicStorm has quit IRC | |
01:02 | fernando110 has quit IRC | |
01:10 | subir has joined #ltsp | |
01:12 | fernando110 has joined #ltsp | |
01:13 | rha_1 has joined #ltsp | |
01:16 | Amaranth has joined #ltsp | |
02:09 | plamengr has joined #ltsp | |
02:10 | fernando110 has quit IRC | |
02:11 | rha_1 has quit IRC | |
02:22 | Egyptian[Home] has quit IRC | |
02:22 | frame_asys has joined #ltsp | |
02:24 | Egyptian[Home] has joined #ltsp | |
02:26 | frame_asys has left #ltsp | |
02:38 | ari_stress2 is now known as ari_stress | |
02:38 | tomcats_ has joined #ltsp | |
02:52 | fernando110 has joined #ltsp | |
03:09 | pdjbarber has joined #ltsp | |
03:26 | bobby_C has joined #ltsp | |
03:27 | cyberorg has joined #ltsp | |
03:33 | cyberorg has quit IRC | |
04:00 | ogra has quit IRC | |
04:00 | ogra has joined #ltsp | |
04:02 | cyberorg has joined #ltsp | |
04:06 | cyberorg has quit IRC | |
04:10 | cyberorg has joined #ltsp | |
04:13 | cyberorg has quit IRC | |
04:27 | bobby_C has quit IRC | |
04:29 | fernando110 has quit IRC | |
04:45 | ari_stress has quit IRC | |
05:00 | Avatara has joined #ltsp | |
05:08 | pdjbarber has quit IRC | |
05:08 | fernando110 has joined #ltsp | |
05:20 | pdjbarber has joined #ltsp | |
06:21 | MagicStorm has joined #ltsp | |
06:21 | osl has joined #ltsp | |
06:22 | <osl> hi all , i am having this error: ""cannot open root device"<NULL"> or uknown bloack(3,70). Please append a correct "root" boot option .Kernel Panic - not syncing : VFS: Unable to mount root fs on unknow-block(3,70)"
| |
06:23 | can anyone help ?
| |
06:26 | osl has quit IRC | |
06:27 | osl has joined #ltsp | |
06:27 | <osl> ??
| |
06:28 | Guaraldo has joined #ltsp | |
06:31 | <ogra> what distro/ltsp release is that ?
| |
06:41 | jammcq has quit IRC | |
06:44 | <osl> orga , it's mille-xterm , a project built on ltsp
| |
06:46 | <ogra> well apparently your initramfs doesnt know it should netboot
| |
06:47 | block(3,70) is surely not on the network ... thats what it searches for
| |
06:49 | <osl> orga , where can i start looking for a solution then ?
| |
06:50 | <ogra> it the code that creates your kernel/initramfs or bootconfig
| |
06:50 | and check your dhcpd config
| |
06:51 | <osl> orga , the root path in dhcp.conf ir correct
| |
06:52 | MagicStorm has quit IRC | |
06:58 | ogra has quit IRC | |
06:58 | ogra has joined #ltsp | |
07:08 | Amaranth has quit IRC | |
07:34 | Blinny has joined #ltsp | |
07:37 | Clown-MG has joined #ltsp | |
07:42 | Alexandre has joined #ltsp | |
07:42 | cdealer has joined #ltsp | |
07:42 | <cdealer> hi
| |
07:43 | [ogra]:: the ltsp logs are under /var ?
| |
07:44 | <ogra> depends
| |
07:44 | <cdealer> [ogra]:: and its possible to have a tmp folder separeted for each user ? like /tmp/user1 /tmp/user2 ...
| |
07:49 | MagicStorm has joined #ltsp | |
07:51 | MagicStorm has quit IRC | |
07:59 | <sbalneav> Morning all
| |
08:00 | cdealer: That's really not an LTSP issue, just a general linux setup issue.
| |
08:01 | cdealer: http://en.wikipedia.org/wiki/TMPDIR
| |
08:01 | So, you can set something up in /etc/environment like mkdir /tmp/${USER} ; TMPDIR=/tmp/${USER}
| |
08:02 | but there's no guarentee that all programs will respect it.
| |
08:06 | <cdealer> [sbalneav]:: Hmmmm thanks for the tip... its because we are having some annoyng issue with some tmp files permission
| |
08:06 | [sbalneav]:: I will give a try
| |
08:16 | exodos has joined #ltsp | |
08:19 | osl has quit IRC | |
08:22 | Alexandre has quit IRC | |
08:25 | <cdealer> sbalneav its normal to appear in env like this TMPDIR=/tmp/${USER}
| |
08:26 | <sbalneav> No
| |
08:26 | cyberorg has joined #ltsp | |
08:26 | <sbalneav> You've done something wrong.
| |
08:28 | <cdealer> [sbalneav]:: I just add to the /etc/environment TMPDIR="/tmp/${USER}"
| |
08:28 | maybe without quotes
| |
08:29 | no work
| |
08:31 | <sbalneav> Doesn't look like /etc/environment does variable substitution
| |
08:31 | stick it in /etc/profile then.
| |
08:32 | <cdealer> sbalneav im addiing in /etc/profile
| |
08:32 | yep
| |
08:33 | worked now =)
| |
08:33 | <sbalneav> Odd that /etc/environment doesn't do variable subst
| |
08:34 | <cdealer> sbalneavyeah, i didnt know until now
| |
08:36 | <sbalneav> Well, easily solved. :)
| |
08:37 | Alexandre has joined #ltsp | |
08:37 | yanu_ has joined #ltsp | |
08:39 | <cdealer> yeah
| |
08:41 | [sbalneav]:: but doesnt seen the ltsp is respecting the tmp dir set ed in the env
| |
08:42 | the files orbit-user and hsperfdata-user are still being created under /tmp
| |
08:43 | <sbalneav> Like I say, that's absolutely nothing to do with ltsp.
| |
08:43 | log in on the console, you'll have the same problem.
| |
08:44 | Amaranth has joined #ltsp | |
08:44 | <sbalneav> not all programs respect the TMPDIR variable.
| |
08:44 | <cdealer> [sbalneav]:: hmmm
| |
08:45 | <sbalneav> if they hardcode paths in the program to /tmp/whatever, as opposed to checking the $TMPDIR variable and respecting it, that will be the result.
| |
08:45 | I'm probably guilty of that in some of my programs.
| |
08:46 | The thing to do would be to sort out which program creates the orbit-user and hswhatever files, and file bug reports against upstream versions asking them to respect the $TMPDIR variable.
| |
08:47 | It'd be an easy fix for any program.
| |
08:47 | few extra lines of code.
| |
08:49 | yanu has quit IRC | |
08:50 | Alexandre has quit IRC | |
08:50 | <sbalneav> for instance:
| |
08:50 | the /tmp/orbit-* files are owned by the bonobo-activation daemon.
| |
08:50 | Lemme grab the source and have a look.
| |
08:52 | mikkel has joined #ltsp | |
08:52 | <cdealer> sbalneav yeah, im giving a look here and trying to config to the right paths
| |
08:54 | <sbalneav> yeah, it's got things like this in it:
| |
08:54 | while (!g_file_test ("/tmp/orbit-go", G_FILE_TEST_EXISTS))
| |
08:54 | So, that's a hardcoded /tmp path.
| |
08:55 | subir has quit IRC | |
08:57 | <cdealer> [sbalneav]:: this is not the big deal, at least it creates a folder identifing the owner, I hope other problems respect the path because some of day just create a generic file with only rw permissions for the owner(root) and this is the problem... I will look to see if this problem get solved now or I will have to dig into the code
| |
09:14 | MagicStorm has joined #ltsp | |
09:24 | bobby_C has joined #ltsp | |
09:25 | sepski has joined #ltsp | |
09:31 | BadMagic has quit IRC | |
09:31 | BadMagic has joined #ltsp | |
09:46 | <cdealer> the ltsp.conf file is read after rebooting the client or just need to logoff and logon again ?
| |
09:48 | elisboa has joined #ltsp | |
09:51 | staffencasa has joined #ltsp | |
09:52 | vagrantc has joined #ltsp | |
09:53 | <Blinny> cdealer: _I think_ just logoff/logon - A logoff restarts the XServer, and that's when lts.conf is read.
| |
09:53 | cdealer: I may be incorrect on that though.
| |
09:53 | <cdealer> [Blinny]:: ok, thanks
| |
09:55 | <Blinny> cdealer: Try it both ways and see.
| |
09:56 | cliebow__ has quit IRC | |
09:57 | daya has joined #ltsp | |
10:12 | fox2k has joined #ltsp | |
10:12 | nf1 has joined #ltsp | |
10:18 | Avatara has quit IRC | |
10:25 | Blinny has quit IRC | |
10:32 | xlyz has joined #ltsp | |
10:32 | xlyz is now known as xlsdas | |
10:32 | xlsdas is now known as xlyz | |
10:33 | xlyz has left #ltsp | |
10:34 | primeministerp has quit IRC | |
10:36 | ace_suares has quit IRC | |
10:36 | ace_suares has joined #ltsp | |
10:40 | joebob777as7 has joined #ltsp | |
10:41 | MagicStorm has quit IRC | |
10:47 | MagicStorm has joined #ltsp | |
10:47 | plamengr has left #ltsp | |
10:48 | primeministerp has joined #ltsp | |
10:50 | plamengr has joined #ltsp | |
10:59 | fox2k has quit IRC | |
11:01 | exodos has quit IRC | |
11:48 | K_O-Gnom has joined #ltsp | |
11:50 | ogra has quit IRC | |
11:50 | ogra has joined #ltsp | |
11:59 | * vagrantc nudges ogra to update the gutsy-ltsp branch | |
12:22 | * vagrantc notes that the TODO file hasn't been edited since 2005-12-05 | |
12:27 | plamengr has left #ltsp | |
12:34 | <cyberorg> vagrantc, perhaps too many things to do so no time for TODO :)
| |
12:34 | <vagrantc> i think many of the TODO items have been resolved since ...
| |
12:35 | and the ChangeLog has been edited *once* :)
| |
12:42 | Daggett has quit IRC | |
12:54 | joebob777as7_ has joined #ltsp | |
13:02 | muh2000 has quit IRC | |
13:04 | <joebob777as7_> ogra or sbalneav you on? i'm having boot issues. taking me to a /bin/sh: can't access tty; job control turned off screen
| |
13:04 | <sbalneav> on all machines?
| |
13:04 | Or just one?
| |
13:05 | <joebob777as7_> well i set up one as per ogra's instructions i don't have the rest of my machines yet. I made an nvidia chroot to install video drivers for this box on but the machine won't boot. I got it to boot from the right chroot though.
| |
13:06 | <sbalneav> Well, no. Usually that message is from the initramfs not being able to mount the chroot.
| |
13:06 | So, I don't think you're mounting the chroot.
| |
13:07 | <joebob777as7_> oh ok...
| |
13:07 | <sbalneav> You're just sitiing in the initramfs
| |
13:07 | <joebob777as7_> so do you think my dhcpd is wrong?
| |
13:07 | <sbalneav> Sorry, my crystal ball's out for repair.
| |
13:07 | But if you'd like to post it to the pastebot....
| |
13:08 | I could look at it :)
| |
13:08 | <ltsppbot> "joebob777as7" pasted "dhcpd.conf" (29 lines) at http://pastebot.ltsp.org/328
| |
13:10 | <vagrantc> joebob777as7_: can you manually mount /opt/ltsp/nvidia on the server ?
| |
13:10 | <sbalneav> ok, what's your inetd.conf file look like? And your "default" file in the pxelinux.cfg dir in the custom kernel you seem to be booting.
| |
13:11 | /var/lib/tftpboot/ltsp/nvidia/pxelinux.0
| |
13:11 | <vagrantc> oh yeah, this isn't NFS ... that's why i backed out :)
| |
13:12 | <ltsppbot> "joebob777as7" pasted "inetd.conf" (45 lines) at http://pastebot.ltsp.org/329
| |
13:13 | "joebob777as7" pasted "default" (1 line) at http://pastebot.ltsp.org/330
| |
13:14 | <sbalneav> nbdport=${PORT}${PORT}?
| |
13:14 | THATS a problem
| |
13:14 | What's the ip address of your server?
| |
13:15 | <joebob777as7_> i haven't changed a thing... 10.0.0.1
| |
13:16 | <sbalneav> try setting nbdport=2001
| |
13:16 | in the default file.
| |
13:17 | rjune has quit IRC | |
13:18 | <joebob777as7_> sweet worked!
| |
13:19 | nf1 has quit IRC | |
13:19 | <joebob777as7_> thanks sbalneav !
| |
13:20 | <sbalneav> np
| |
13:21 | <joebob777as7_> sbalneav, i have another question: I have another server that is having some issues... It doesn't allow users to log off and only some users can print. this system is about a month old running gutsy but has been updated. should i just reinstall the whole thing or should it be fixable?
| |
13:21 | sadly i'm an hour away...
| |
13:22 | <sbalneav> Once again, my crystal ball is broken. What processes are running when the user logs out?
| |
13:23 | You can, I assume, ssh into this box?
| |
13:24 | <joebob777as7_> no haven't had a chance to set up dyndns yet. they can't log out at all when they click the log off button nothing happens. I know you probably can't solve it without me down there just wondering what i should check when i get there?
| |
13:25 | <sbalneav> I could type out about 50 things you could check. But there's little point. Better to wait until you get network access set up, or are on site.
| |
13:25 | <joebob777as7_> ok sounds good. thanks
| |
13:25 | you going to be on tomorrow about this time?
| |
13:26 | <sbalneav> I'm at work, but as a sysadmin, I don't know if I'll be at my desk or not. Ping me and see if I answer.
| |
13:27 | fox2k has joined #ltsp | |
13:27 | <joebob777as7_> ok sounds good thanks
| |
13:32 | sbalneav, do you know why when i try to enable compiz on this system it says no whitelisted driver found? i know you aren't into compiz just wondering?
| |
13:37 | cyberorg is now known as cyberorg_ | |
13:49 | thermoman has left #ltsp | |
13:49 | joebob777as7_ has quit IRC | |
13:53 | yanu_ is now known as yanu | |
13:59 | K_O-Gnom has quit IRC | |
14:07 | <cdealer> [ogra]:: what you think about FreeNX, honest
| |
14:26 | no one ?
| |
14:27 | <sbalneav> What do you mean?
| |
14:27 | It does what it was designed to do ok.
| |
14:27 | It's not particularily well suited to LTSP.
| |
14:49 | <otavio> vagrantc: uploaded simple-cdd
| |
14:51 | * vagrantc wonders how many people in #ltsp have a clue what simple-cdd is :) | |
14:52 | <otavio> vagrantc: sorry
| |
14:52 | ;P
| |
14:53 | <sepski> cdealer, bloated comes to mind, :)
| |
14:53 | <cdealer> well, Im studing all the possibilities and today a friend come withe the nx ideia, saying to be better them ltsp, so I hope that you could give me a true opnion about this
| |
14:54 | <sbalneav> Well, better for what?
| |
14:54 | Better for accessing a machine on the other side of the planet, or better for a class full of 30 workstations?
| |
14:55 | <cdealer> both
| |
14:55 | what he said
| |
14:55 | <sbalneav> He's set up a server with 30 machines doing NX into them?
| |
14:56 | <cdealer> what he said is that he have a client running 100 clients
| |
14:56 | fernando110 has quit IRC | |
14:57 | <cdealer> well, I have to ggo now... but later i come back so we can talk abotu this
| |
14:57 | thanks for now
| |
14:57 | <sbalneav> Don't bother
| |
14:58 | I don't care either way. Use his or use ours. I don't feel the need to compete :)
| |
14:58 | <cdealer> no no
| |
14:58 | isnt a competition
| |
14:58 | I want a techinical opnion
| |
14:58 | <sbalneav> No, you want me to either say his is better or mine is better.
| |
14:59 | All of this stuff is free: why don't YOU try both, and see what fits YOU better?
| |
14:59 | I know my solution, I don't know his, so I can't render an intelligent opinion on it.
| |
15:00 | If his works better, great. If mine works better, that's great too.
| |
15:00 | <cdealer> yeah, is what im going to do anyway, because i have to... but if I know that nx isnt better so I wont go to deep in nx
| |
15:00 | well, I like ltsp, spended a lot of time on it so far
| |
15:00 | <sbalneav> You may like NX more.
| |
15:01 | The whole point to Free software is choice :)
| |
15:01 | <cdealer> sure
| |
15:01 | well
| |
15:01 | thanks anyway you are all very helpfull
| |
15:01 | cya later
| |
15:01 | <sbalneav> NP
| |
15:01 | mikkel has quit IRC | |
15:01 | cdealer has quit IRC | |
15:03 | <sbalneav> Heh, "Mr. Ford Dealer, I wonder if you could tell me if a Chevvy is better than your product or not?"
| |
15:05 | What we cheifly need is for someone to sit down and make a head to head comparison between 40 workstations running stock ltsp, and 40 workstations running nx.
| |
15:05 | then any time this comes up, we could just point people at that.
| |
15:05 | What would be best is if it was done by a disinterested third party.
| |
15:14 | Guaraldo has quit IRC | |
15:16 | mistik1 has quit IRC | |
15:17 | Guaraldo has joined #ltsp | |
15:19 | Clown-MG has quit IRC | |
15:22 | mistik1 has joined #ltsp | |
15:27 | charlie_21 has joined #ltsp | |
15:31 | sepski has quit IRC | |
15:42 | <rjune_> !s
| |
15:43 | <ltspbot> rjune_: "s" is Scotty!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
| |
16:01 | GiantPickle has quit IRC | |
16:06 | lns has joined #ltsp | |
16:12 | Guaraldo has left #ltsp | |
16:15 | staffencasa has quit IRC | |
16:26 | <lns> is there a specific place on the server client system logs are kept, or are they all kept on the clients in ramfs?
| |
16:57 | bobby_C has quit IRC | |
17:02 | charlie_21 has quit IRC | |
17:04 | MagicStorm has quit IRC | |
17:16 | Amaranth has quit IRC | |
17:16 | Amaranth has joined #ltsp | |
18:05 | rjune has joined #ltsp | |
18:10 | twinprism has joined #ltsp | |
18:20 | ufo_ has quit IRC | |
18:27 | ufo_ has joined #ltsp | |
19:01 | muh2000 has joined #ltsp | |
19:14 | vagrantc has quit IRC | |
19:18 | fox2k has quit IRC | |
19:18 | ace_suares has quit IRC | |
19:18 | ace_suares has joined #ltsp | |
19:19 | robbie has joined #ltsp | |
19:21 | joebob777as7_ has joined #ltsp | |
19:30 | jammcq has joined #ltsp | |
19:30 | <jammcq> hey kidz
| |
19:38 | <robbie> hi jim
| |
19:42 | ogra has quit IRC | |
19:46 | <jammcq> hey robbie
| |
19:47 | Patina has quit IRC | |
19:50 | Patina has joined #ltsp | |
20:14 | fernando110 has joined #ltsp | |
20:21 | gu has quit IRC | |
20:22 | joebob777as7_ has quit IRC | |
20:29 | joebob777as7_ has joined #ltsp | |
20:49 | robbie has quit IRC | |
21:27 | joebob777as7_ has quit IRC | |
22:42 | Joris_ has joined #ltsp | |
22:54 | Joris has quit IRC | |
23:53 | fernando110 has quit IRC | |