Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
soc:2009:pravin:journal:fedora11bko [2009/07/26 14:02] less1 |
soc:2009:pravin:journal:fedora11bko [2009/07/27 05:35] (current) less1 |
||
|---|---|---|---|
| Line 222: | Line 222: | ||
| </code> | </code> | ||
| ===== running startx from single user mode ===== | ===== running startx from single user mode ===== | ||
| - | Tried an experiment of running startx from single user mode and see if it works. | + | Tried an experiment of running ''startx'' from single user mode and see if it works.\\ |
| + | Well it did not worked atall. | ||
| + | |||
| + | ===== Problem Found ===== | ||
| + | With help of andyTim, the cause of problem has been located.\\ | ||
| + | The ''network'' and ''NetworkManager'' do restart the networking which breaks the existing HTTPFS mount. | ||
| + | |||
| + | |||
| + | ===== Solution ===== | ||
| + | The temporary solution tried is delete both of following files | ||
| + | - ''/etc/init.d/network'' | ||
| + | - ''/etc/init.d/NetworkManager'' | ||
| + | So, user has to first boot into single user mode, delete above files, | ||
| + | and then boot into runlevel 5. | ||