| mikap (~mika@mail.michael-prokop.at) left irc: Quit: grml.org - linux for sysadmins and users of texttools |
| mikap (~mika@mail.michael-prokop.at) joined #fai. |
| ErKa (~keryell@APuteaux-154-1-46-177.w83-199.abo.wanadoo.fr) joined #fai. |
| Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai. |
| charles (~charles@alternativeacc.plus.com) joined #fai. |
| 11:26 FBI | fai: 3 lange committed revision 5522 to 7 fai: add comment, rearrange variables, important variables first |
| 11:26 charles | MrFai : just feed back why fai-mirror was not picking the webmin package, it is because fai uses /etc/fai/apt/source.list and not /etc/apt/source.list, as a newbie myself it is an easy mistake , thank you for your help. |
| 11:28 Mrfai | you're welcome |
| 11:28 mikap | Mrfai: addon to my mail: |
| 11:28 mikap | proc on /grml-live/grml-squeeze-i386/grml_chroot/proc type proc (rw) |
| 11:28 mikap | sysfs on /grml-live/grml-squeeze-i386/grml_chroot/sys type sysfs (rw) |
| 11:28 mikap | Mrfai: after the dirinstall the /proc and /sys are still mounted |
| 11:29 Mrfai | I also had this in the past, not sure if it's really fixed. I'll check here |
| 11:42 Mrfai | no problems here with FAI 3.2.23~beta15 |
| 11:43 Mrfai | mikap: it was fixed after 3.2.20. From the changelog: additional call to clean_exit in task_dirinstall |
| 11:44 mikap | Mrfai: I *am* running 3.2.23~beta15 |
| 11:48 Mrfai | does lib/subroutines contain this line in task_dirinstall(). Line |
| 11:48 Mrfai | 541 clean_exit |
| charles (~charles@alternativeacc.plus.com) left irc: |
| 11:59 Mrfai | mikap: ther's a syntax error when downloading source packages. I'm working on this today |
| 11:59 mikap | Mrfai: fine |
| 11:59 mikap | Mrfai: verified once more: |
| 11:59 mikap | fai -C /etc/grml/fai -cGRMLBASE,GRML_SMALL,REMOVE_DOCS,RELEASE,I386 -u grml dirinstall /grml-live/grml-live_small/grml_chroot |
| 12:00 mikap | and /grml-live/grml-live_small/grml_chroot/proc are /grml-live/grml-live_small/grml_chroot/sys left present |
| 12:02 Mrfai | mikap: weiss du wie ich apt-get sources mitteilen kann in ein verzeichnis die deb's downzuloaden, das nicht das aktuelle verzeichnis ist? |
| 12:04 mikap | Mrfai: das geht AFAIK nicht (manpage redet auch nur von current directory) |
| 12:04 mikap | Mrfai: aber 2 ideen: dein ansatz könnte funktionieren wenn man das source-handling im *1*. skript ausführt, noch bevor was anderes aufräumen kann |
| 12:05 mikap | Mrfai: und man kann ja runterladen in dem chroot und am schluss moven in das gewünschte directory (nachdem apt-get source das nicht kann) |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| 12:09 mikap | Mrfai: jetzt ist die frage, wie wir das mit packages.list handhaben: wenn man die sourcen wirklich in einem script ausführt (fai/config/scripts/$KLASSE/01_get_sources) braucht man die packages.list |
| 12:09 mikap | Mrfai: umgekehrt will man die packages.list aber auch im logdir haben (wie bereits geschrieben), weil das /tmp im chroot wird halt aufgeräumt |
| 12:13 Mrfai | ich glaub ich schaff das die source pakete im install_packages herunterzuladen. |
| 12:13 mikap | Mrfai: super :) |
| 12:14 Mrfai | das downlaoden klappt schon |
| 12:14 mikap | super :) |
| 12:14 Mrfai | Get:73 http://debian.netcologne.de lenny/main lvm2 2.02.39-7 (dsc) [1132B] |
| 12:14 Mrfai | Get:74 http://debian.netcologne.de lenny/main lvm2 2.02.39-7 (tar) [594kB] |
| 12:14 Mrfai | Get:75 http://debian.netcologne.de lenny/main lvm2 2.02.39-7 (diff) [16.0kB] |
| 12:14 Mrfai | sh: dpkg-source: command not found |
| 12:14 Mrfai | Unpack command 'dpkg-source -x fai_3.2.17~lenny1.dsc' failed. |
| 12:14 Mrfai | Check if the 'dpkg-dev' package is installed. |
| 12:15 mikap | Mrfai: hm, brauchts an sich ja nicht entpacken |
| 12:16 mikap | Mrfai: --download-only |
| 12:16 Mrfai | hab ich auch gerade gesehen |
| 12:22 FBI | fai: 3 lange committed revision 5523 to 7 fai: use sh -c to execute cd and apt-get in one shell, change path for downloading |
| 12:22 Mrfai | http://paste.debian.net/47473/ |
| Action: Mrfai hat sich nun das Mittagessen verdient |
| 12:24 mikap | Mrfai: super :) definitiv, mahlzeit :) |
| 12:24 mikap | Mrfai: soll ich svn up ; debuild ... ; fai dirinstall mal probieren? |
| 12:24 Mrfai | ja bitte |
| 12:25 mikap | mach ich |
| 12:25 mikap | "ERROR: fai-guide.txt: line 2885: [blockdef-comment] missing closing delimiter" - hm, das muss ich auch noch fixen |
| Action: Mrfai SIGFOOD |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Read error: No route to host |
| 12:36 mikap | Mrfai: 2 errors during executing of commands |
| 12:36 mikap | E: You must put some 'source' URIs in your sources.list |
| 12:36 mikap | :) |
| 12:37 mikap | i've to adjust the buildprocess first of all so we've deb-src inside as well |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| 14:45 FBI | fai: 3 lange committed revision 5524 to 7 fai: add ignore pattern for iproute |
| 15:00 FBI | fai: 3 lange committed revision 5525 to 7 fai: ftar: add support for .tgz suffix |
| Guest3692 (~nik@93-38-161-156.ip71.fastwebnet.it) joined #fai. |
| 15:26 Guest3692 | ciao |
| Guest3692 (~nik@93-38-161-156.ip71.fastwebnet.it) left irc: Remote host closed the connection |
| 15:53 mikap | Mrfai: i don't get any source files |
| 16:10 Mrfai | any error messages? Did you set the variable FAI_DEBSOURCESDIR |
| Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| atlantide (~antares@mail.lipn.univ-paris13.fr) joined #fai. |
| atlantide (~antares@mail.lipn.univ-paris13.fr) left irc: Remote host closed the connection |
| HerrK (~keryell@APuteaux-154-1-85-141.w83-204.abo.wanadoo.fr) joined #fai. |
| chol (chol@localhosted.net) joined #fai. |
| ErKa (~keryell@APuteaux-154-1-46-177.w83-199.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds |
| verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat |
| HerrK (~keryell@APuteaux-154-1-85-141.w83-204.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds |
| Nic0 (~courtel@fw.tls.cena.fr) left irc: Quit: Leaving. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| allee-k (~allee-k@p54A47F2D.dip.t-dialin.net) joined #fai. |
| allee-k (~allee-k@p54A47F2D.dip.t-dialin.net) left irc: Remote host closed the connection |
| --- Sat Sep 26 2009 |