Ubuntu 9.10 Server: boot failure at clean install
If you get an error “no such device” at clean install:
error: no such device:
Failed to boot default entries.
At boot hold down the shift key, you will get the Grub menu.
In the grub menu press “e” to switch in edit mode.
Remove whole line starting with “search –nofloppy …”
Then Ctrl+X to boot.
Now system must start.
Then edit /usr/lib/grub/grub-mkconfig_lib file.
Find this finction:
prepare_grub_to_access_device ()
Comment this lines with “#” or remove it:
if fs_uuid="`${grub_probe} --device ${device} --target=fs_uuid 2> /dev/null`" ; then
echo "search --no-floppy --fs-uuid --set ${fs_uuid}"
fi
Save the file and run: “sudo update-grub” and restart. This works by me fine.
Live Video Broadcast: Ubuntu + Red5 + Adobe FME + JW FLV Player
All that we need:
Ubuntu (Server) | Red5 | Adobe Flash Media Encoder | JW FLW Player
Server
1. Install Ubuntu.
I have installed it on virtual machine (Sun VirtualBox). Installations manual is on Ubuntu website available.
2. Install Red5 Server
At first install red5_0.7.0_all.deb. wget http://www.nielsenaa.com/red5-installers/red5_0.7.0_all.deb
sudo dpkg -i red5_0.7.0_all.deb
sudo apt-get install -f
LogServer is python script to receive log messages from D-Link routers.
Features:
° Save log in file
° Get SRC-IP info for kernel intrusions
° Crossplatform
° Its free
System Requiments:
° Pyton 2.6 +
Screenshoot:
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Download: LogServer_v0.7.zip Size: 4 kB