-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I installed and configured hadoop on my Ubuntu 14.04 server, virtualized inside of hyper-v, however I am getting an issue when i run start-dfs.sh
root@sUbuntu01:/var/log# start-dfs.sh
14/06/04 15:27:08 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I was running 11.10 and decided to do the full upgrade and come up to 12.04 after the update SSH (not SSHD) is now misbehaving when attempting to connect to other OpenSSH instances. I say OpenSSH as I am running a DropBear sshd on my router and I am able to connect to it.
When attempting to connect…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have a running ubuntu server 10.04.1. When I tried to login to the server via ssh, I could not. Instead, I got connection refused error. I tried to ping the machine and I got reply! So, the clear reason is that SSH daemon is stopped.
After reboot, I was able to login to my server via ssh. After…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have a running Ubuntu Server 10.04.1. When I tried to login to the server via ssh, I could not. Instead, I got connection refused error. I tried to ping the machine and I got reply! So, the clear reason is that SSH daemon is stopped.
After reboot, I was able to login to my server via ssh. After…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm having trouble trying to SSH to my Debian 5 VPS with blacknight.
It was working fine until I did the following:
Logged into 'Parallels Infrastructure Manager' - Container - Firewall - Set to 'Normal Firewall settings'.
It told me there was an error with the IPTables and offered the option again…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am accessing a shared hosting account through Putty / SSH.
The account is pretty full, 300 MB below its quota.
I need to make a full backup of all data present on the account. Creating a bzip2 file using
tar cjf archive.tar.bz2 directory/*
fails because there is not enough space for the tar…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I know this is probably a common question, but after looking around for a few hours (on this site and others), I can't find a solution.
I'm trying to set up a simple proxy. I already have a server running Windows Server 2008.
I've installed Cygwin and have OpenSSH installed. I also have sshd (the…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi,
i am SSHing to a RHEL-3 box using Putty. Backspace works correctly, but when I press the "Delete" key the deletion does not happen. Instead, it prints "~" on the screen.
Thanks in advance,
Ajay
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
created public/private keys using puttygen on my computer.
put the public key in the .ssh/authorized_keys folder on the server
setup pageant.exe to use the pk on my computer.
when I run pageant, and connecting using putty it still asks me for my password.
what am I missing?
I did do a:
chmod 700…
>>> More
-
as seen on Super User
- Search for 'Super User'
I've been using Putty for years now and it seems kind of dated. What are some good alternatives to Putty that use tabs to manage console sessions (managing individual putty windows is a messy pita).
Edit: I've found the holy grail of SSH clients on SO, the PuTTY Connection Manager. Its the same old…
>>> More