[00:05] _julian_ (~quassel@hmbg-4d06871a.pool.mediaWays.net) joined #fai. [00:12] _julian (~quassel@hmbg-5f767508.pool.mediaWays.net) left irc: Ping timeout: 480 seconds [04:56] samwise (~samwise@120.154.251.104) joined #fai. [04:57] Hi all - could someone please enlighten me as to the best way a small feature request w/ patch might be submitted? [05:06] I would like to add support for Python scripts to fai-do-scripts so that python can be used if available [05:07] And have been accomplishing this by manually altering fai-do-scripts in the NFS root generated by fai-setup as follows: [05:07] ~/src/fai-sources# svn diff [05:07] Index: bin/fai-do-scripts [05:07] =================================================================== [05:08] --- bin/fai-do-scripts (revision 6633) [05:08] +++ bin/fai-do-scripts (working copy) [05:08] @@ -157,6 +157,14 @@ [05:08] fc_check_status $file $exitcode | tee -a $LOGDIR/expect.log [05:08] ;; [05:08] [05:08] + *"python"*"script"*) [05:08] + echo "Executing python: $file" [05:08] + echo "===== python: $file =====" >> $LOGDIR/python.log 2>&1 [05:08] + ./$file >> $LOGDIR/python.log 2>&1 [05:08] + savemaxstatus $? [05:08] + fc_check_status $file $exitcode | tee -a $LOGDIR/python.log [05:08] + ;; [05:08] + [05:08] *) echo "File $file has unsupported type $filetype." ;; [05:08] esac [05:08] } [05:12] Could someone suggest what the best channel is for this? Here? Mailing list? Debian bug report/feature request? [05:57] ritesh (c047af02@ircip3.mibbit.com) joined #fai. [05:57] hello [05:58] can i do installation inside a corporate network using proxy [05:58] because when i try to install ubuntu natty using fai it is not able to fetch the packages [06:05] Hi ritesh [06:05] I'm in exactly that situation [06:05] You can either configure APT to use an HTTP proxy [06:05] Set up a local mirror [06:05] Or use an APT proxy [06:22] \sh (~shermann@nat.de.netviewer.com) joined #fai. [06:24] Ritesh - I checked the implementation in make-fai-nfsroot. You should just be able to add whatever apt configuration you want to /etc/fai/apt/ and run fai-setup to create an NFSROOT that will let you install in your environment. [06:25] Obviously adjust appropriately if you are using a different configuration directory [06:31] So does anyone have any tips about how to best submit a feature request (including an example implementation)? [06:32] mfl (~mfl@adonis.fnb.maschinenbau.tu-darmstadt.de) got netsplit. [06:32] msantana (msantana@SDF.ORG) got netsplit. [06:32] Guest1084 (~mt@shell.forsyte.informatik.tu-darmstadt.de) got netsplit. [06:32] samwise (~samwise@120.154.251.104) got netsplit. [06:32] pav5088 (~Mark@ppp118-208-20-87.lns20.bne1.internode.on.net) got netsplit. [06:33] Guest1084 (~mt@shell.forsyte.informatik.tu-darmstadt.de) returned to #fai. [06:33] msantana (msantana@SDF.ORG) returned to #fai. [06:33] mfl (~mfl@adonis.fnb.maschinenbau.tu-darmstadt.de) returned to #fai. [06:33] samwise (~samwise@120.154.251.104) returned to #fai. [06:33] pav5088 (~Mark@ppp118-208-20-87.lns20.bne1.internode.on.net) returned to #fai. [06:38] ritesh (c047af02@ircip3.mibbit.com) left irc: Quit: http://www.mibbit.com ajax IRC Client [06:44] Nick change: samwise -> smatthews [06:45] smatthews (samwise@120.154.251.104) left #fai. [06:45] smatthews (~samwise@120.154.251.104) joined #fai. [06:50] smatthews (samwise@120.154.251.104) left #fai. [06:52] ritesh (c2ed8e14@ircip3.mibbit.com) joined #fai. [06:52] hello [06:52] actually am done with fai-setup [06:52] created nfsroot [06:53] now when i try to install one laptop using fai i need proxy in that case [07:09] verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai. [07:12] \sh (~shermann@nat.de.netviewer.com) left irc: Remote host closed the connection [07:22] sneumann (~sneumann@82.113.99.181) joined #fai. [07:38] sneumann (~sneumann@82.113.99.181) left irc: Ping timeout: 480 seconds [08:10] Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai. [08:22] hello mr fai [08:23] is dere anyone to solve my problem [08:24] explain your problem properly [08:24] i am trying to install ubuntu natty [08:24] i have created nfsroot [08:24] but till den my local mirror for natty gets build i want to install natty through internet [08:25] but due to corporate network it is not able to fetch packages from internet [08:26] sneumann (~sneumann@89.204.153.218) joined #fai. [08:26] i tried using /etc/envoirnment file and putting proxy in it [08:26] but it is not able to fetch the package [08:27] your fai server, can this box fetch packages? [08:27] generally: this isn't a FAI question [08:28] but: did you read about how to set up approx? [08:29] the laptop in which iam trying to install natty through fai..is not able to fetch packages [08:30] because of a proxy needed in my network to go to internet [08:30] and wat is approx [08:33] yes fai server can fetch package [08:33] from internet [08:37] http://pastebin.ubuntu.com/654313/ [08:39] glance iam using fai-cd to install my laptops [08:39] so cat /export/install-ubuntu/fai/files/etc/apt/apt.conf.d/01proxy/DEFAULT [08:39] i have to edit this file in nfsroot [08:40] sneumann (~sneumann@89.204.153.218) left irc: Ping timeout: 480 seconds [08:40] or you just deploy it from your config tree so it ends up in the nfsroot directly. [08:40] ok.. [08:40] but if i mention it in config tree this file would be copied at the last when the scripts are executed [08:41] no. [08:41] not if you place it in the apt-config for the nfsroot [08:41] ok [08:42] if i change this file in nfsroot and when this nfsroot gets mouted on the client can it work [08:44] if you hand-tinker with the nfsroot, you just going to end up with a mess. deploy it from the conf tree instead. /etc/fai/ by default. [08:44] ok [08:45] you place your 01proxy in /etc/fai/apt/apt.conf.d/ [08:45] can you tell me the correct path is it /etc/fai/apt/ [08:45] ok [08:46] n when i make nfsroot these files from /etc/fai/ gets copies to /srv/fai/nfsroot/........./etc/fai/apt/ [08:47] /etc/fai/(apt/.*) -> $NFSROOT/.../etc/$1 [08:49] so at the last if i make changes in /etc/fai/apt/ i have to make changes in /srv/fai/nfsroot/etc/fai/apt/ [08:49] because i have already builded nfsroot [08:49] no. you need to run make-fai-nfsroot. [08:49] ohk [08:50] thanxs i will try will revert back to u. [08:51] can i have your any mail id so that if i get stuck some where can ask you [08:51] ritesh: if you have any problems, please ask on the linux-fai mailing list. [08:53] ok [08:53] sure [08:53] thanxs [09:27] ritesh (c2ed8e14@ircip3.mibbit.com) left irc: Quit: http://www.mibbit.com ajax IRC Client [10:04] pav5088 (~Mark@ppp118-208-20-87.lns20.bne1.internode.on.net) left irc: Ping timeout: 480 seconds [11:21] pav5088 (~Mark@ppp118-208-20-87.lns20.bne1.internode.on.net) joined #fai. [12:31] cherwin (~cherwin@blackmamba.xs4all.nl) joined #fai. [13:21] dingz (~weechat@home.zedat.fu-berlin.de) joined #fai. [13:22] what does the "mount.nfs" do in make-fai-nfsroot? [13:23] it somehow tries to mount my $FAI_DEBMIRROR which doesn't make sense caouse its a http:// mirror [14:27] you have to comment out FAI_DEBMIRROR if you do not use NFS. [14:29] Mrfai: thx, i just figured that from the fai guide - good to know it's the correct solution :) [14:30] It's also described in fai.conf itself. [14:43] Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving [14:48] Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai. [15:01] pav5088 (~Mark@ppp118-208-20-87.lns20.bne1.internode.on.net) left irc: Ping timeout: 480 seconds [15:56] verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat [17:33] Nic0 (~courtel@fw.tls.cena.fr) left irc: Quit: Leaving. [18:17] Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving [20:58] pav5088 (~Mark@ppp118-208-20-87.lns20.bne1.internode.on.net) joined #fai. [21:37] alekibango (~alekibang@ip-94-113-217-67.net.upcbroadband.cz) left irc: Remote host closed the connection [22:06] pav5088 (~Mark@ppp118-208-20-87.lns20.bne1.internode.on.net) left irc: Quit: Leaving [00:00] --- Sat Jul 30 2011