| krunaldo (jbeckman@mandarin.spotify.net) left irc: Ping timeout: 480 seconds |
| fai-guy (~fai-guy@p4FC23786.dip0.t-ipconnect.de) joined #fai. |
| fai-guy (~fai-guy@p4FC23786.dip0.t-ipconnect.de) left irc: Quit: leaving |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| oz__ (~osburg@faiserver.ph-freiburg.de) joined #fai. |
| oz_ (~osburg@faiserver.ph-freiburg.de) left irc: Read error: Connection reset by peer |
| ErKa (~keryell@keryell.pck.nerim.net) joined #fai. |
| MT (~MT@vpn.forsyte.informatik.tu-darmstadt.de) joined #fai. |
| oz_ (~osburg@faiserver.ph-freiburg.de) joined #fai. |
| oz__ (~osburg@faiserver.ph-freiburg.de) left irc: Ping timeout: 480 seconds |
| ErKa (~keryell@keryell.pck.nerim.net) left irc: Remote host closed the connection |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| juri_ (~juri@ip70-178-3-140.ks.ks.cox.net) joined #fai. |
| MT (~MT@vpn.forsyte.informatik.tu-darmstadt.de) left irc: Remote host closed the connection |
| fai-guy (~fai-guy@p4FC23786.dip0.t-ipconnect.de) joined #fai. |
| siggg (~jean@dyn-83-156-148-130.ppp.tiscali.fr) joined #fai. |
| Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai. |
| siggg (~jean@dyn-83-156-148-130.ppp.tiscali.fr) left irc: Ping timeout: 480 seconds |
| mludi42 (~or4000@213-205-85-140.net.novis.pt) joined #fai. |
| 10:12 mludi42 | hi, little question, how do I export the variables from the *var files to be environment variables? |
| 10:16 Mrfai | this is done automatically. Just define your variuables in those files, and they will be available during isntallation. |
| 10:18 mludi42 | I want to use them in a perl script that updates other files which are on the server according to the variables, like this: http://paste.ubuntu.com/12220/ |
| 10:18 mludi42 | the echo in the bash script works, but in the perl script the environemnt variable is no more available |
| 10:18 mludi42 | sorry, i know this is a bit offtopic |
| 10:20 Mrfai | Mmm, IMO the print $ENV{'....'} should work. Ahh I think you done it the work way. |
| 10:21 mludi42 | does not work though, I will ask in #perl, thx |
| 10:21 Mrfai | do not use the script /tmp/test.sh for defining the variables. This will not work. Just define the variable in a class/*.var file. This will then automatically be sourced by FAI if your install client belongs to this class. |
| 10:25 mludi42 | I know, but I want to do something differnt. basically I mount cifs shares on the clients which contain logon scripts for the users. I want to substitute strings in these scripts by the same values that are defined in the *.var files. but because they are on the server FAI can not change them. |
| 10:30 Mrfai | OK. the script in task configure are always executed as a subprocess. So you can't define variables in one script that is exported to another script. But maybe that could be fixed, I'm not sure. But it would be easier to define variable in class/*.var. I do not understand wehy you can't use that way. |
| Action: Mrfai SIGLUNCH |
| MT (~MT@vpn.forsyte.informatik.tu-darmstadt.de) joined #fai. |
| 11:21 Mrfai | mludi42: add set -a to your test.sh script. This will export all variables. Then it should work |
| 11:44 eartoast | Mrfai: kann dir auf dem LT-stand helfen |
| 11:44 eartoast | brauche kein ticket, hab schon ueber die GUUG eins |
| 11:47 Mrfai | eartoast: das waere super. Mir fehlt noch ein TFT. Kannst du eins einfach mitbringen? ODer ich muss nochmals wo anders nachfragen. |
| 11:50 Mrfai | eartoast: Ich bin auch schon am Mo 26.5 in Berlin. |
| 11:55 eartoast | bin noch bis 27. auf ner physik-konferenz in italien |
| 11:56 stockholm | eartoast: ahhh, italien im mai! |
| 11:56 stockholm | geil |
| 11:56 eartoast | tft hab ich leider keins |
| 11:56 eartoast | jo ;) |
| 11:57 Mrfai | fai-guy: kannst du mir ein TFT fuer Belin besorgen? |
| mettler (~mettler@dsl-62-220-14-162.berlikomm.net) joined #fai. |
| 12:38 mettler | m0!n |
| fai-guy (~fai-guy@p4FC23786.dip0.t-ipconnect.de) left irc: Ping timeout: 480 seconds |
| fai-guy (~fai-guy@p4FC23786.dip0.t-ipconnect.de) joined #fai. |
| torkel_ (torkel@ip64.degernas.se) joined #fai. |
| torkel (torkel@ip64.degernas.se) left irc: Ping timeout: 480 seconds |
| Lin (~igormorga@200.179.57.57) left irc: Quit: Ex-Chat |
| Lin (~igormorga@200.179.57.57) joined #fai. |
| Lin (~igormorga@200.179.57.57) left irc: Remote host closed the connection |
| alleeHol (~ach@allee.mpe.mpg.de) joined #fai. |
| 15:25 MT | Mrfai? |
| 15:28 MT | könnte auch noch in 3.2.6 mit rein |
| 15:28 MT | ähm #477564 meinte ich |
| fai-guy (~fai-guy@p4FC23786.dip0.t-ipconnect.de) left irc: Quit: leaving |
| 15:37 MT | ok, too late :-) |
| alleeHol (~ach@allee.mpe.mpg.de) left irc: Read error: Connection reset by peer |
| allee (~ach@allee.mpe.mpg.de) joined #fai. |
| allee (~ach@allee.mpe.mpg.de) left irc: Ping timeout: 480 seconds |
| 16:54 mludi42 | If I change FAI_ACTION in Default.var to softupdate, is this supposed to make a softupdate on the clients, are all those errors (about not finding dpkg,etc) normal? Just to check, because I havent found a reference to this in the fai guide at the first glimpse. |
| 16:56 MT | mludi42, do you have some kind of log? |
| 16:57 MT | not finding dpkg doesn't seem so normal ... |
| mettler (~mettler@dsl-62-220-14-162.berlikomm.net) left irc: Quit: BitchX-1.1-final -- just do it. |
| 17:06 mludi42 | MT: will go home now, tomorrow I post a log |
| mludi42 (or4000@213-205-85-140.net.novis.pt) left #fai. |
| ErKa (~keryell@keryell.pck.nerim.net) joined #fai. |
| Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving |
| Lin (~igormorga@200.179.57.57) joined #fai. |
| sepski (~seppity@217.17.211.51) joined #fai. |
| MT (~MT@vpn.forsyte.informatik.tu-darmstadt.de) left irc: Ping timeout: 480 seconds |
| Lin (~igormorga@200.179.57.57) left irc: Quit: Ex-Chat |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| MT_ (~MT@vpn.forsyte.informatik.tu-darmstadt.de) joined #fai. |
| sepski (~seppity@217.17.211.51) left irc: Quit: Leaving |
| ErKa (~keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds |
| MT_ (~MT@vpn.forsyte.informatik.tu-darmstadt.de) left irc: Ping timeout: 480 seconds |
| MT (~MT@vpn.forsyte.informatik.tu-darmstadt.de) joined #fai. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| ErKa (~keryell@keryell.pck.nerim.net) joined #fai. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| MT (~MT@vpn.forsyte.informatik.tu-darmstadt.de) left irc: Ping timeout: 480 seconds |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| ErKa (~keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds |
| --- Fri May 16 2008 |