Questions tagged [ubuntu-11.04]

Ubuntu 11.04 Natty Narwhal

Ubuntu Linux is a Debian derivative that aims to bring Linux mainstream. Ubuntu is named after the South African philosophy of "humanity towards others," and the community observes a Code of Conduct in an effort to keep the project civil and appealing to novices.

Ubuntu versions are released every six months, following a YEAR.MONTH pattern. For example, the release codenamed Maverick was officially published October 10th 2010 as Ubuntu 10.10. Each release gets the software from the Debian Unstable repository, freezes it and fix and adapt it to Ubuntu philosophy.

Ubuntu Linux is backed by Canonical Ltd., a company founded and funded by south African Mark Shuttleworth, entrepreneur and Debian Developer. The focus of Canonical is to provide support and services to Ubuntu Linux Desktop and Server editions. Canonical employers sometimes develop to Ubuntu and Debian at the same time, that way keeping the contributions flowing back to Debian.

There is a Stack Exchange site dedicated to Ubuntu which is a good place to ask any Ubuntu-related questions.

75 questions
37
votes
7 answers

What is the preferred method to restart networking in Ubuntu and Debian

When I restart the network using: /etc/init.d/networking restart I get this warning: Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces So what's the best way to restart the network after making…
Antonius Bloch
  • 4,480
  • 6
  • 28
  • 41
31
votes
2 answers

How to remove/backup script from /etc/init.d/?

I've been working with linux for a while but in a rather simple manner. I understand that scripts in init.d are executed when the os starts but how exactly does it works? What if I want to keep a script but don't want it to start automaticly? Say I…
iDev247
  • 751
  • 1
  • 11
  • 23
17
votes
1 answer

What's the difference between apt-get dist-upgrade and do-release-upgrade?

Will apt-get dist-upgrade do the exact same thing as running do-release-upgrade? I'm currently running Ubuntu Server 11.04.
Kirk Ouimet
  • 549
  • 2
  • 11
  • 27
6
votes
3 answers

Getting an error while installing supervisord on ubuntu 11.04. Any way to fix this?

# aptitude install supervisor The following NEW packages will be installed: python-medusa{a} python-meld3{a} supervisor 0 packages upgraded, 3 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/290 kB of archives. After unpacking…
Andres
  • 201
  • 2
  • 4
5
votes
4 answers

Ubuntu raid - replacing drive?

I've set up software RAID1 with the latest Ubuntu version - 11.04 using two 250GB harddrives which initially worked great. Tried to unplug both and computer still started with degraded raid status - reconnecting and rebooting makes the resync…
Industrial
  • 1,559
  • 5
  • 24
  • 37
4
votes
0 answers

NFS server service won't stop, client mount timeout?

Client machines were able to connect to our NFS server earlier this afternoon, and everything was running fine. The setup has been working fine for several years. No configuration changes were made on the server. The NFS server hung with a "too many…
Nick
  • 4,433
  • 29
  • 67
  • 95
4
votes
2 answers

How does the operating system know which parameter to pass to /etc/init.d/ ?

I've been working with linux for a while but in a rather simple manner. I understand that scripts in init.d are executed when the os starts but how exactly does it works? How does the os know which paramater to pass to a script? To start apache I…
iDev247
  • 751
  • 1
  • 11
  • 23
4
votes
2 answers

PTY allocation request failed on channel 0

I recently ran into the following problem when trying to ssh into my Ubuntu 11.04 server: ssh greg@site.com PTY allocation request failed on channel 0 I don't know for sure, but I think this happened after one of the latest Ubuntu updates I…
loeschg
  • 225
  • 1
  • 2
  • 10
4
votes
2 answers

Why can't I attach a screen session

I've got a screen session running which I would like to :quit, but I can't because when I try to re-attach, I get an error saying it can't open my terminal. I'm sure I could kill the daemon or something, but I need to learn the "right" way, as well…
Daniel B.
  • 725
  • 7
  • 16
4
votes
1 answer

forgot passwords for postgresql users. how do I login?

I forgot passwords for postgresql root user: postgres So I changed pg_hba.conf to have trust method for everything (this is my local dev box) local all postgres trust local all all …
Omnipresent
  • 227
  • 2
  • 6
  • 13
3
votes
2 answers

apt-get update getting 400 URI Failure message

I have setup my ubuntu vps recently, but suddenly I keep getting this error message when I try to do apt-get update E: Method gave invalid 400 URI Failure message I have try to comment out 2 by 2 in my source list and do the apt-get update, no…
Knight
  • 151
  • 4
3
votes
4 answers

PostgreSQL didn't install on Ubuntu 11.04

On a new copy of Ubuntu 11.04 server I am trying to install PostgreSQL server by apt-get install postgresql. But in the end of installation log I saw: Error: could not create default cluster. Please create it manually with pg_createcluster 8.4…
defmthd
  • 61
  • 1
  • 7
3
votes
2 answers

Confusion on networking service start/stop in Ubuntu

I'm preparing to move and took down two of my servers, leaving only one with some essential services running. What I neglected to consider was that one was the DHCP server(which I realized when somebody contacted me saying they couldn't connect.…
Daniel B.
  • 725
  • 7
  • 16
3
votes
3 answers

Installing php4 on ubuntu 11.04

I need to install php4 to run a specific module that is no longer compatible with php5. I'm running ubuntu server 11.04 64bit. And as I expected the php4 packages are no longer available. Does anyone have a source for installing php4? PS. Before…
Zen_silence
  • 153
  • 2
  • 5
2
votes
1 answer

nginx rewrite only specific servername to https

It's about two subdomains. The first one (www) should be accessed via http. The second one (cloud) should be accessed via https. These are the relevant parts of my entries: server { listen 80; server_name cloud.example.de; …
32bitfloat
  • 253
  • 2
  • 3
  • 9
1
2 3 4 5