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
1
vote
1 answer

Why apache throws 403 on index file after install?

I've just installed apache and php from sources using next commands: ./configure --prefix="/mnt/workspace/servers/web/apache-2.2.17" \ --enable-info --enable-rewrite --enable-usertrack --enable-mime-magic for apache and ./configure…
Denys S.
  • 225
  • 1
  • 4
  • 12
1
vote
1 answer

Tilde expansion not working when I hit tab on ubuntu 10.10

I try to do this: cd ~git\t where the \t is tab character and I expect it to be expanded by bash_completion to this: cd ~gitolite/ but it doesn't. I've uncommented the following lines in /etc/bash.bashrc and logged out and back in. # enable bash…
weston
  • 113
  • 3
1
vote
2 answers

OpenVPN IPV6 Tunnel Radvd

I have an interesting question regarding ipv6 + openvpn.. My Version is OpenVPN 2.1.1 i have been given 2 native /64 ipv6 networks ( Block1 -> 2a01:abc:123:deac::/64 ) ( Block2 -> 2a01:abc:123:dead::/64 ) ( Gateway -> 2a01:abc:123:deaf::1/59 ) *…
Arenstar
  • 3,602
  • 2
  • 25
  • 34
1
vote
1 answer

How do I add a boot parameter to grub2 in Ubuntu 10.10?

I got my Ubuntu server built and working, but I have to manually add a boot parameter ("no-hlt") into grub to start. I'm running maverick so it's grub2..and I can't figure out how to put it in so I don't have to manually override it on every boot.…
1
vote
2 answers

interactively watch other users action on server

im having some server issues and called for support. i would like to be able to view the support persons action on the terminal in real time from a different location. possible?
yoshco
  • 113
  • 4
1
vote
1 answer

Why does installing likewise-open uninstall openssh-server?

So I'm just toying around with LikeWise, but I noticed that when I installed it, it decided to uninstall openssh-server. Nothing serious since I assume that I can reinstall it, but why would it uninstall in the first place?
Chiggins
  • 811
  • 8
  • 21
  • 37
1
vote
2 answers

How do I install GCC 4.5.2 in Ubuntu 10.10?

I have Ubuntu 10.10. The command: g++ -v evokes the response gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) And the command sudo apt-get install g++ evokes the response g++ is already the newest version. However, the following site tells me that…
Deep
  • 21
  • 1
  • 3
1
vote
3 answers

Setting up memcached/memcache with Php on Ubuntu 10.10

I'm assuming memcache and memcached are two completely different things, and that I want to use memcached. I have two separate servers (one is a webserver, one is meant for the db). I don't know which one would be better to keep memcached on. Can…
Matthew
  • 1,859
  • 4
  • 22
  • 32
1
vote
1 answer

UEC - Ubuntu 10.10 - node registration problem

I am trying to setup a private cloud on two servers. All components register as expected except for my node. I've found one person who had the same exact problem using Ubuntu 10.10 during the beta, but none of the responses to that posting have…
user62911
1
vote
4 answers

Ubuntu 10.10 Maverick Server -- apt-get install commands fail

I'm new to Ubuntu Server and am trying to get a basic instance up and running. I'm having some issue installing the GUI (GNOME, correct?) through apt-get. Background: Host OS: Windows 7 Pro x64 VM App: VirtualBox x64 (latest version) Network for VM:…
SeanKilleen
  • 1,083
  • 8
  • 25
  • 38
0
votes
1 answer

How to Decide if I should upgrade the Ubuntu Server

I am using AWS micro instance running Apache HTTP Server and Tomcat servers. I have couple of Web Apps deployed on them where I use port forwarding from 80 to 8080 using Apache. Since I work for a startup (not a sysadmin, and willing to learn), I…
user23577
  • 71
  • 1
  • 1
  • 6
0
votes
1 answer

How do I skip the installation of grub in my VPS?

I am upgrading Ubuntu 11.04 to Ubuntu 11.10 and it asks me to install grub, I do not want to do so as I am in a VPS, how can I skip installation of grub ? If I close the session, then it shows this when I run update again E: dpkg was interrupted,…
HackToHell
  • 260
  • 1
  • 4
  • 15
0
votes
1 answer

Last command - very strange output

When trying to execute "last" command I am getting my last logins mixed with the content from files that exists on that server. for instance: =0A =0A Sun Jan 20 22:18 - crash (3894+12:33) left" bg =0A …
Pawel Dubiel
  • 183
  • 1
  • 7
0
votes
1 answer

Can not get init.d script to load

I have this init.d script #!/bin/sh ### BEGIN INIT INFO # Provides: jboss # Required-Start: $local_fs $remote_fs $network $syslog # Required-Stop: $local_fs $remote_fs $network $syslog # Default-Start: 2 3 4 5 # Default-Stop: …
0
votes
3 answers

installing a script as startup service in ubuntu

I have a script openerp-server.py in ~/openerp/stable6/server/bin/.I want it to be run at startup.(As a service or not - I don't know the difference) These are the steps I followed 1 Created a script 'openerp-server' with the following lines in…
Jibin
  • 111
  • 1
  • 4