Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
soc:2009:pravin:journal:ubuntubko [2009/07/17 06:01] less1 |
soc:2009:pravin:journal:ubuntubko [2009/07/27 05:26] (current) less1 |
||
|---|---|---|---|
| Line 140: | Line 140: | ||
| - My guess is that, ''overmount /'' may fail. | - My guess is that, ''overmount /'' may fail. | ||
| - Now, I need to locate the source code of run_init.c | - Now, I need to locate the source code of run_init.c | ||
| + | |||
| + | ===== Ubuntu over iscsi ===== | ||
| + | - Following the line of [[BKODebianISCSI|Debian over iscsi]], attempted the Ubuntu over iscsi, but it did not worked. | ||
| + | |||
| + | |||
| + | ===== Problem found ===== | ||
| + | - From the progress in fedora, it seems that problem is because network is restarting itself, which kills the the network and mounted HTTPFS. Culprits are | ||
| + | - ''/etc/init.d/network'' | ||
| + | - ''/etc/init.d/NetworkManager'' | ||
| + | |||
| + | ===== Solution ===== | ||
| + | The temporary hack implemented is **Delete these two files** before doing ''run-init''. This hack works fine in this case, only problem is that the ''/etc/resolver.conf'' | ||
| + | entry remains empty so dns resolving does not work. Need to fix this soon. | ||