| ErKa (keryell@keryell.pck.nerim.net) joined #fai. |
| kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) joined #fai. |
| ErKa (keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds |
| 07:20 oz_ | moin |
| verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai. |
| ErKa (keryell@m6.wifi.enstb.org) joined #fai. |
| mgoetze (~mgoetze@corelli.mgoetze.net) left irc: Remote host closed the connection |
| mgoetze (~mgoetze@mgoetze-2-pt.tunnel.tserv4.nyc4.ipv6.he.net) joined #fai. |
| puck (~puck@leibniz.catalyst.net.nz) left irc: Ping timeout: 480 seconds |
| puck (~puck@leibniz.catalyst.net.nz) joined #fai. |
| ErKa (keryell@m6.wifi.enstb.org) left irc: Ping timeout: 480 seconds |
| ErKa (keryell@m6.wifi.enstb.org) joined #fai. |
| ErKa (keryell@m6.wifi.enstb.org) left irc: Ping timeout: 480 seconds |
| siggg (~jean@bsgperio10.univ-paris1.fr) joined #fai. |
| 12:18 \sh | moins |
| ErKa (keryell@m6.wifi.enstb.org) joined #fai. |
| 12:26 telmich_ | hmm |
| 12:27 telmich_ | für faimond 3.2.17~lenny1 fehlt libproc-daemon-perl |
| 12:27 telmich_ | ist das später behoben? |
| 12:28 oz_ | ieeh. |
| 13:01 telmich_ | narf |
| ErKa (keryell@m6.wifi.enstb.org) left irc: Ping timeout: 480 seconds |
| uchimata (~uchimata@i3ED6C91A.versanet.de) joined #fai. |
| uchimata_ (~uchimata@i3ED6CC5B.versanet.de) left irc: Ping timeout: 480 seconds |
| ErKa (keryell@dhcp1.info.enstb.org) joined #fai. |
| siggg (~jean@bsgperio10.univ-paris1.fr) left irc: Ping timeout: 480 seconds |
| huss (~i.like@dyn-dosen-025.foo.fh-furtwangen.de) joined #fai. |
| 15:04 huss | hi, is it possible to call mkdir out of a script? or do i have to use fcopy`?? |
| 15:05 oz_ | no, it's possible. Did you test it and it didn't work? |
| 15:08 huss | yes |
| 15:09 huss | i added my line to the LAST/50-misc script |
| 15:09 oz_ | did you do it in /target? |
| 15:10 huss | mkdir /root/my_directory |
| 15:11 oz_ | use 'mkdir $target/root/my_directory' |
| 15:11 oz_ | you read the doku, did you? |
| 15:11 huss | shame on me |
| 15:12 huss | i thought target would be the directory from the fai server |
| 15:13 huss | thanks |
| 15:16 huss | so target is temporary while install process is run? and it is being copied to the filesystem after installation? |
| 15:18 oz_ | huss: you're working with UNIX-like System, so you need to be exact. |
| 15:18 oz_ | it $target |
| Action: oz_ just becomes very busy |
| 15:19 oz_ | I meant "it's $target" |
| verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat |
| sepski (~sep@raserv.aasen.cx) left irc: Remote host closed the connection |
| kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) left irc: Quit: Verlassend |
| 17:10 uchimata | hi, when installing grub via fai, I get the error "grub-probe: error: Cannot open `/boot/grub/device.map" |
| 17:10 uchimata | but when i chroot to /target and run grub-instal manually, everything works fine |
| 17:10 uchimata | any ideas? |
| 17:34 huss | is it anyhow possible to use mysql after the installation but before the automatic reboot? |
| 17:35 huss | in the /LAST/50-misc script |
| 17:37 \sh | huss: I'm using mysql and/or couchdb anywhere in fai. |
| 17:37 \sh | I have mysql-client installed in the livesystem nfs... |
| 17:37 \sh | the expert approach: |
| 17:37 \sh | function get_system_users_key() { username=$1 echo `mysql -u ${DB_USER} -h ${DB_HOST} ${DB_NAME} <<EOF |grep -vi "public_key" |
| 17:37 \sh | select public_key from system_users where username="${username}"; |
| 17:37 \sh | EOF` |
| 17:37 \sh | } |
| 17:38 \sh | the elegant approach is to use perl or python to query the DB and push the results to the scripts e.g. |
| 17:39 huss | ughs |
| 17:40 \sh | very useful if you use something like a cmdb as primary system for your server data |
| 17:40 huss | german? |
| 17:40 \sh | yepp |
| 17:40 huss | sehr gut |
| 17:41 huss | wo muss die funktion rein? bzw ist das nur der aufruf im skript? |
| 17:42 huss | und was muss ich auf dem faiserver installieren damit er mysql kennt |
| 17:44 huss | \sh |
| 17:46 huss | : ( |
| ErKa (keryell@dhcp1.info.enstb.org) left irc: Ping timeout: 480 seconds |
| 17:47 mgoetze | huss: du suchst /etc/fai/NFSROOT |
| 17:49 huss | dort packe ich dann unter packages aptitude mysql rein und habe dann während des installations prozesses zugriff auf mysql? :) |
| 17:50 mgoetze | joa musst dann nochmal make-fai-nfsroot ausfuehren |
| 17:52 huss | dankeschön! |
| 17:54 \sh | sorry...musste gerade @work was machen |
| 17:54 \sh | also /etc/fai/NFSROOT mysql-client hinzufuegen und dann kannst du auf einen mysql server zugreifen |
| 17:55 huss | super, danke! |
| 17:55 \sh | und deine scripts musst halt schreiben...entweder alles in bash/sh oder via helper scripts. |
| 17:56 huss | jo, die habe ich schon, nur wusster er nicht was er mit mysql machen soll |
| ErKa (~keryell@keryell.pck.nerim.net) joined #fai. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| edoreld (~Adium@71.Red-80-32-64.staticIP.rima-tde.net) joined #fai. |
| edoreld (~Adium@71.Red-80-32-64.staticIP.rima-tde.net) left irc: Quit: Leaving. |
| 19:47 uchimata | hat jemand eine idee zu meinem grub problem von oben? |
| 19:48 mgoetze | ist mir noch nie untergekommen |
| 19:48 uchimata | ist fai experimental und lenny soll installiert werden |
| huss (~i.like@dyn-dosen-025.foo.fh-furtwangen.de) left irc: Quit: client.close(); |
| ErKa (~keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds |
| ErKa (keryell@keryell.pck.nerim.net) joined #fai. |
| sepski (~sep@raserv.aasen.cx) joined #fai. |
| ErKa (keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| --- Thu Jun 25 2009 |