Fiber Hosting

Affordable Professional Dedicated and Co-Location Services

Documentation and Tutorials by Fiber-Hosting LLC

Created for the novice server administrator of unix and linux powered servers.

Posts Tagged ‘Debian FIX’

 

Working Debian with HyperVM

Wednesday, February 13th, 2008

We are not sure if everyone has this error, but Debian on Xen was not connecting to the Internet with default information. SSH was not starting due to errors. This is how we fixed out system

  •  Editing
  1. vi /etc/network/interface  <—edit IP and other Gateway information
  2. ifdown eth0
  3. ifup eth0
  4. cd /dev/
  5. ./MAKEDEV generic
  6. ls -la | grep urandom <–see if urandom is now available
  7. /etc/init.d/ssh start

After these few commands sshd should now be start on the Debian server with working eth0.


Warning: include(/usr/home/admin/domains/fiber-hosting.com/public_html/includes/quotes.php) [function.include]: failed to open stream: No such file or directory in /home/fiber/public_html/docs/wp-content/themes/default/footer.php on line 3

Warning: include() [function.include]: Failed opening '/usr/home/admin/domains/fiber-hosting.com/public_html/includes/quotes.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/fiber/public_html/docs/wp-content/themes/default/footer.php on line 3


Entries (RSS) and Comments (RSS).