1
vote
3answers
2k views

Cannot create file/directory in home directory

I have a headless Ubuntu 12.10 server. I'm logged in as administrator via SSH. I cannot create a directory in my home directory: administrator@Leo:~$ cd ~ administrator@Leo:~$ mkdir Test mkdir: ...
3
votes
2answers
3k views

Server error (-5 - No address associated with hostname)

This seems to be a common problem with 12.04. I've done the searches and found various and sundry replies, but I've yet to find a solution to my situation. I've installed 12.04 32bit on a server box ...
0
votes
2answers
1k views

Startup a Ubuntu FTP and SSH server without logging in

I have a Ubuntu Server 11.10 box, which I would like to run "headless", and without a keyboard, mouse or display. Is it possible that immediately after startup the machine logs into an account, or ...
0
votes
1answer
273 views

How can I run an OpenGL program on a headless server?

I'm working on a server application that does image processing (and in part, using freeglut). This application will be deployed on a headless server and when I run it there, I get errors saying that ...
0
votes
1answer
980 views

Install Ubuntu server to run on a headless machine on RAID6-array of USB-sticks, in DHCP-less environment

I happen to have a box without HDD (or CD for that matter), but with four (now clean) USB sticks, no display, on wired LAN without DHCP server (i.e. static network configuration). I want to install ...
5
votes
2answers
1k views

Can you install Deja-dup on a headless server?

Can I install a command line version of deja-dup backup utility on Ubuntu server? I wish to restore a backup of my previous Home directory made with deja-dup.
2
votes
1answer
76 views

Which folders are often written to, and how can I mount those folders on a separate drive?

I have a headless ubuntu server acting as a fileserver (samba and ssh) and sometimes virtualbox host. It is currently running from a USB drive, since all hard drive slots on the motherboard are ...
8
votes
2answers
3k views

How can I force Ubuntu to boot on a stuck boot menu?

I have Ubuntu Server 11.04, but it is headless (no monitor). The only way I want to be able to access it is remotely via SSH. But, sometimes, say after a power loss, when the server restarts, it will ...
1
vote
1answer
308 views

How to always boot into a CLI environment? [duplicate]

Possible Duplicate: How to disable X at boot time? The title says it all really. I've got Xubuntu 11.04 working as a file server which I SSH into. 90% of the time it's headless and ...
1
vote
3answers
645 views

How to save power on a Xubuntu server?

I installed Xubuntu 11.04 AMD64 on an 'old' PC I have lying around. I quite like how Xfce has come along, but alas, this box will become headless shortly. Specs: Gigabyte P35-DS3P Intel E8200 @ ...
0
votes
1answer
241 views

Don't wait for user input on errors while booting

I'm running 11.04 server, headless, and at a certain point it didn't boot anymore: it just stopped. It seems like I made a mistake with some of the disks, the fstab or the raid config, anycase one of ...
6
votes
3answers
2k views

switch temporarily to headless mode or runlevel 3?

I've installed ubuntu 10.10 x86_64 desktop version, which defaults to Xorg login I want to temporarily switch this machine to server mode, basically i "suspect" this entails setting to runlevel 3 and ...
9
votes
1answer
5k views

How do I run PulseAudio in a headless server installation?

PulseAudio is the standard audio server in desktop installations. However in a server installation audio services and thus PulseAudio are not provided. How do I install and make use of PulseAudio in ...