Questions tagged [ubuntu-10.10]

Ubuntu Maverick Meerkat

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.

106 questions
55
votes
7 answers

Headless Ubuntu server machine sometimes stuck at GRUB menu

I have Ubuntu 10.10 Server installed on a single-board machine in a semi-embedded environment; no keyboard or screen, just SSH access to it. So it's really frustrating when it occasionally boots up and gets stuck on the GRUB menu, waiting for a…
mikepurvis
  • 1,067
  • 2
  • 9
  • 18
25
votes
4 answers

Linux e1000e (Intel networking driver) problems galore, where do I start?

I'm currently having a major problem with e1000e (not working at all) in Ubuntu Maverick (1.0.2-k4), after resume I'm getting a lot of stuff in dmesg: [ 9085.820197] e1000e 0000:02:00.0: PCI INT A disabled [ 9089.907756] e1000e: Intel(R) PRO/1000…
Evan Carroll
  • 2,373
  • 10
  • 34
  • 53
24
votes
4 answers

Where and How does Hudson/Jenkins store data?

I installed Jenkins on Ubuntu 10.10 and I could not find any mention of setting up database for data persistance. So the first question is where does the data get stored, and secondly, can we setup Hudson / Jenkins with mySQL ? or similar databases?
kamal
  • 509
  • 4
  • 10
  • 21
20
votes
2 answers

Ubuntu - * at the end of filename?

In Ubuntu 10.10, showing a file listing using ll will occasionally show files with a * appended to the name of the file. What does this star mean?
Chris Henry
  • 1,552
  • 3
  • 15
  • 15
15
votes
4 answers

Why are cronjobs running at the wrong time?

I have cronjobs setup to be run daily on my Ubuntu server. eg. 0 4 * * * command They are running except they are running 8 hours early. When setting up the server, it was originally set to UTC time. I ran sudo dpkg-reconfigure tzdata to set the…
Matt McCormick
  • 273
  • 2
  • 4
  • 10
14
votes
3 answers

crontab listing or editing results in fopen: permission denied

Recently, a job configured to run from a user's crontab stopped executing. When attempting to list or edit the crontab for the user, the result is: user@host:~$ crontab -l crontabs/user/: fopen: Permission denied user@host:~$ crontab…
stantonk
  • 243
  • 1
  • 2
  • 7
11
votes
1 answer

Converting Amazon EC2 ext4 EBS volume into XFS filesystem

I need to convert my Amazon EC2 ext4 filesystem into a XFS one so I could take consistent snapshots and send them to S3. I'm using custom small image of ubuntu server 10.10 with i686 architecture in us-east. The problem is that I'm only using one…
jaz
  • 135
  • 1
  • 2
  • 7
11
votes
5 answers

Failing to connect to server via SSH - "Server refused to allocate pty"

I have a STRATO V-PowerServer running with Ubuntu 10.10 for my stuff but lately have problems connection to the server via ssh. Basically all I have is ssh-access to the server and if necessary I can boot into a recovery-mode where all my stuff is…
florianbaethge
  • 225
  • 1
  • 3
  • 8
7
votes
2 answers

Linux e1000e (Intel networking driver) problem with resume and pcie=off

This question is a continuation of this one. I've been having a ton of problems with my Ethernet chipset and e1000e driver: 02:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller Apparently, it doesn't work at all without…
Evan Carroll
  • 2,373
  • 10
  • 34
  • 53
5
votes
2 answers

Getting Xvfb to start upon booting system in Ubuntu Maverick

I'm trying to get Xvfb to run when the system starts up on Ubuntu 10.10 (Maverick), but it's not working. In /etc/rc.local, I have the following: /root/start_xvfb.sh >> /var/log/start_xvfb.log 2>&1 exit 0 And in /root/start_xvfb.sh I…
user75894
  • 153
  • 1
  • 3
5
votes
1 answer

Copy Amazon EC2 image to a local Ubuntu machine?

Is it possible to download a Amazon EC2 image and have it run on a local (Ubuntu powered) Eucalyptus? If that's possible how? I will eventually build a local could based on Ubuntu 10.10 but until then I would like first to start the development on…
5
votes
4 answers

Permanently change DNS settings in Ubuntu Server

So I changed the nameserver in the /etc/resolv.conf to the DNS server I want to use, but whenever the server gets restarted for whatever reason, it reverts back to the default DNS server. How can I change it so that it is a permanent change? Thanks.…
Chiggins
  • 811
  • 8
  • 21
  • 37
4
votes
1 answer

Unrar-free doesn't work

So this is the error i'm getting ubuntu@ip-my-ip:~/mt2$ unrar-free -x -p smon.rar Password: unrar 0.0.1 Copyright (C) 2004 Ben Asselstine, Jeroen Dekkers Extracting from /home/ubuntu/mt2/smon.rar Extracting smon.vdi …
Uffo
  • 209
  • 1
  • 3
  • 7
4
votes
3 answers

Connection refused. Why can't I send email from one server but I can from another?

I'm trying to send email from PHP using mail(). I have complete access to both servers. No unusual iptables rules on either (nothing blocking a default install of sendmail) I installed sendmail on the one server a couple of years ago (Ubuntu 10.10)…
simonhamp
  • 465
  • 1
  • 5
  • 13
1
2 3 4 5 6 7 8