Ubuntu Linux is a Debian derivative that aims to bring Linux mainstream. Questions on this site should generally refer to Ubuntu Server. Note that http://askubuntu.com is specifically dedicated to Ubuntu questions.

learn more… | top users | synonyms (2)

0
votes
1answer
645 views

ssh can't connect using hostname

I'm setting up some server but I stubbled into an issue with one server. I setup a local dns server, and when I try to connect to this server with ssh alpha@alpha.stvns.com I will get : Permission ...
0
votes
1answer
417 views

iptables error: “No chain/target/match by that name.”

Trying to block a certain http/https URL request from hitting the server by adding this rule to iptables: iptables -I INPUT 1 -p tcp -m multiport --destination-ports 80,443 -m string --string ...
0
votes
1answer
101 views

Why won't my Web site work over the internet? [closed]

I have setup an Ubuntu 10.04(LTS) server at home that is used as a web server. Primarily to give me access to my private cloud where I have 2TB of storage available to me. I am using OwnCloud for this ...
0
votes
2answers
244 views

Nginx 1.0.15 doesn't start at boot on Ubuntu 10.04 32-bit server

I installed the latest version of nginx (1.0.15) using apt-get from the source listed here: http://nginx.org/en/download.html. For some reason, nginx isn't starting up automatically when I reboot ...
1
vote
1answer
128 views

Ubuntu 10.04 bind9 local zone include files and apparmor

Rather than putting all my zones in one named.conf.local file, I'd like to have them in groups that I can manage as separate files. So, I've tried putting the following into named.conf.local: ...
1
vote
1answer
83 views

SNMP segfaults on Ubuntu 10.04 after some time

Just had snmpd segfault on an Ubuntu 10.04 LTS box. snmpd has been running on this system for some time (weeks). There has been a reasonable amount of load, but nothing too extreme for the system. ...
0
votes
1answer
139 views

Configuring /etc/host file in Ubuntu Server

I am configuring an Ubuntu server on Amazon EC2. The tutorial I am following says /etc/host to be configured like this. 127.0.0.1 localhost.domain.com localhost X.X.X.X ...
0
votes
0answers
420 views

Clients not recognizing secondary LDAP groups?

I'm having an issue where users who are members of secondary groups in LDAP are not being recognized as members of that group by the client. In this case, user jdoe is not being recognized as a member ...
1
vote
1answer
227 views

Apache2, Tomcat6, and proxy redirects

So here is my question - go easy and slow. I'm a GIS Consultant and general hack with linux. I inherited this volunteer job essentially because I knew more than the rest of the team - or the rest of ...
4
votes
1answer
8k views

Accessing a windows shared folder from Linux?

I am trying to copy a (.html) file from a Windows XP Professional shared folder onto a server running Ubuntu Linux 10.04 LTS. As it's a shared folder the usual 'wget' doesn't seem to work. I suspect ...
1
vote
2answers
811 views

MySQL moving ibdata & ib_logfile

I'm trying to move ibdata & ib_logfile on ssd drive. I tried this way, but it don't work: service mysql stop cd /var/lib/ cp -ra mysql mysql_backup cp -a mysql/ibdata1 mysql/ib_logfile* ...
2
votes
1answer
159 views

rsyslog appears to act on old configuration

I'm using a template to dynamically generate rsyslog filenames. I've made some changes from my original format, but rsyslog still appears to be using both the new template and the old after ...
0
votes
0answers
173 views

ubuntu 10.04 + php + postfix

I have a server I am running: Ubuntu 10.04 php 5.3.5 (fpm) Nginx I have installed postfix, and set it to loopback-only (only need to send) The problem is it is not sending. if i issue (at command ...
0
votes
3answers
222 views

`Which php` isn't working on linode servers (Ubuntu 10.04)?

Currently trying to configure a linode server running on ubuntu 10.04. I utilized a stackscript (Default drupal profile) which seemed to run successfully. The log indicate so as well. Then ssh'd ...
2
votes
1answer
1k views

Sporadic unspecific kernel panic

I'm experiencing seldom (so far about once a month) hard crashes on our ubuntu server 10.04 LTS box. The box itself is quite old (Dell PowerEdge 750 from 2004, Pentium4 2.8 GHz). I set up netconsole ...
3
votes
2answers
135 views

measure amount of content downloaded from internet - SQUID

I have set up a squid proxy and now want to monitor the amount of data transfer that is taking place. It would be nice to get numbers per domain and also about how much of the content is coming from ...
0
votes
1answer
178 views

Configure Exim4 with Multiple Smarthosts

I'm using Exim4 version 4.76 and can't really find what I'm looking for - except if I don't understand how exim4 works exactly. I have configured exim4 as such that when we send an email from our web ...
1
vote
5answers
724 views

apt-get does not remove initscript?

This day I tried to remove apache2. It's bundled with Ubuntu Lucid, which I don't need. I used apt-get remove apache2 to remove it. But somehow, the initscript was still there, in "/etc/init.d/". I ...
0
votes
2answers
441 views

MySql information_schema error - Lock Tables

I have written a quick shell script to take each backup of MySql database & that works good. I was using the same scripts for all mysql servers tool, I have installed it on ubuntu 10.04 server. ...
6
votes
2answers
6k views

Run nginx as a non-root user

I followed this process to installing nginx on my Ubuntu 10.04 Lucid Server http://library.linode.com/web-servers/nginx/installation/ubuntu-10.04-lucid I got lost after the point of creating an init ...
0
votes
2answers
240 views

How to setup postfix for multiple domains

I have multiple domains and I want to install postfix to send emails only. How can I do this on ubuntu?
1
vote
1answer
295 views

Grub 1.98 on Ubuntu 10.04 ignores grub.cfg, goes for menu.lst instead

I've got a VPS that's merrily running Ubuntu 10.04 server (I believe it's on Xen). I was doing some kernel maintenance and updating grub when I noticed that the update-grub tool writes an accurate ...
1
vote
2answers
610 views

Best Practice: RVM w/ Multiple Nginx-Passsenger Standalone Servers Running One App per Server

I'm wondering what would be the best approach to hosting multiple Rails applications where each application has a different gemset and may possibly use a different version of Ruby. I'm thinking of ...
1
vote
2answers
1k views

Redmine suddenly stopped working. How to troubleshoot?

I was a happy user of redmine for like 6 months. My plan was to set it up and never update anything in order not to deal with dependencies and stuff. I'm using Ubuntu server 10.04 (Apache/Passenger) ...
0
votes
3answers
1k views

cannot load such file — OpenSSL (LoadError)

I'm having an issue with an uncooperative EC2 Ubuntu 10.04 4 LTS instance. I'm trying to install a few prerequisites for a Ruby web app which has the following dependencies: require 'rubygems' ...
2
votes
2answers
177 views

Install Nagios plugins

Can somebody please show me how to install this nagios plugin that checks if your servers require winodws updates? ...
-3
votes
2answers
186 views

Getting this Software Error on trying to update the parameters in bugzilla-4.0.4

Getting this Software Error on trying to update the parameters in bugzilla. Error in tempfile() using data/params.XXXXX: Could not create temp file data/params.BFQJE: Permission denied at ...
0
votes
2answers
153 views

change default permission of files and folders which create by php

When I create a file by exec() or other php functions, permissions is 600 and for folders is 700. How can I change it without chmod() or other like functions to 644 and folders to 755. Server ...
0
votes
1answer
339 views

DNS Bind9 Issue - Server not forwarding requests

I'm new to dns admin so please be gentle. Here is my set-up: Domain name with a few A records points to my personal IP. example.com server1.example.com server2.example.com Router forwards all port ...
0
votes
1answer
221 views

ubuntu change default files and folders permission

i have ubuntu 10.04 on my server. when i was create a file by ftp, php and ... files permission is 600 and folders is 700. how can i change default files permission into 644 and folders to 755? ...
0
votes
1answer
89 views

Multiple domains in apache

having difficulties setting multiple domains when I sudo a2ensite example2, it doesn't load regardless of whether exampe1 is enabled or disabled...and of course takes down example1 with itself . ...
2
votes
0answers
159 views

How to add SSL for localhost in RAILS

I want to test my application which needs to work both with and without SSL. If it is possible to set up SSL for a local application (http://localhost:3000), please let me know some suggestions, my OS ...
1
vote
3answers
547 views

How can I log user activity on SSH [duplicate]

Possible Duplicate: How do I log every command executed by a user? How can I log SSH activity on 10.04 Ubuntu Server? This includes all commands he issued and output he got.
0
votes
1answer
228 views

Blank screen when setting console resolution on Ubuntu 10.04 Server

I've tried 3 different systems including VMWare with very same Ubuntu 10.04 (Server Edition) basic installation. Phisical computer VirtualBox VMWare On first two, I am able to easily change ...
-2
votes
3answers
94 views

How to allow just a specific ips from connect to my server? [closed]

I own a vps with Ubuntu 10.04 and i want to make it just accessible to me and one friend mine through dyndns hosts. It's possible block all others ips?
1
vote
1answer
344 views

Only serve requests to a specific domain?

I'd like to only server requests that are made to a specific domain and just drop everything else or give it 404. Would prefer to see it done through nginx but would of course like the best solution.
0
votes
1answer
423 views

Ubuntu 10.04 Port 3306

I am trying to open port 3306 in Lucid, but when I do netstat -tan|grep 3306 it just shows me tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN What I am going for is: ...
1
vote
2answers
73 views

Network interface on ubuntu with only 0.12MB/ s on a new root server

---- edit: Problem solved. Somehow my provider seems to block tests to the internet. Tests from a remote machine succeeded with 1k r/s --- I am running a fresh compiled version of Apache 2.2.1 on ...
0
votes
1answer
632 views

wget wont work on ubuntu 10.04

i just get my new web server (Ubuntu 10.04) at Leaseweb and when i try to install Virtualmin i get this error : wget http://software.virtualmin.com/gpl/scripts/install.sh --2012-02-11 ...
2
votes
1answer
532 views

Setting up a Linux client for OpenLDAP over SSL

I'm trying to set up SSL with a server running OpenLDAP (and using OpenSSL, not GnuTLS). The server seems to be working fine: I can authenticate using ldap:// and can also use ldaps:// from Apache ...
0
votes
1answer
438 views

Apache proxypass virtual hosting for backend redirection

I have a apache proxy load balancer running. I have a domain wiki.mydomain.com registered to this lb. I am trying to make proxy redirect from wiki.mydomain.com to the backend ...
0
votes
1answer
152 views

Ubuntu Server SSH does not autostart

I use a VPS with Ubuntu 10.04. After I performed "apt-get upgrade", the ssh daemon stopped working and does not automatically start when I restart my server. I have only access to files (edit, create ...
1
vote
0answers
283 views

Vsftpd virtual users hidden quota?

I have a problem with vsftpd on Ubuntu 10.04 LTS. I have configured vsftpd enabling virtual users, everything works fine until the size of the specific virtual users home dir reaches 40GB then I get ...
1
vote
3answers
334 views

Unable to use FQDN when using local network (Ubuntu Server 10.04, dd-wrt)

Networking newb here... I seem to be having an odd networking issue. When I am using a PC/laptop/Smart phone on my local network I am unable to access web pages (or email) on my network server using ...
1
vote
1answer
119 views

Files disappeared from server, old ones shown instead

Recently I ran into a very strange phenomenon with one of the servers I manage used to serve samba shares over the local network. It was running Ubuntu Server 8.04 and I decided to upgrade the ...
1
vote
2answers
437 views

How do I do IP Failover for my Public IP address with Linux HA

I did a lot of experiment with heartbeat, corosync and pacemaker for IP FailOver which I have to do with Public IP. I did more than one ip failover(VIPs) with two nodes, also with three nodes BUT ...
-1
votes
2answers
224 views

setting server hostname

I'm using ubuntu 10.04 on my server and I'm looking to set the hostname. Looking around it seems I have to set this in the /etc/hostname file, but on my system I do not have one. Typing hostname ...
1
vote
2answers
217 views

Server not available after abandoned upgrade

I am running a headless install of Ubuntu 10.0.4 LTS on a PVS. I was carrying out an OS upgrade earlier on today. I SSH'd into the sever and typed the following commands: sudo aptitude update sudo ...
1
vote
2answers
327 views

passenger-memory-stats - root privileges

When I run 'passenger-memory-stats' on my ubuntu server as root I get the following error : -bash: passenger-memory-stats: command not found If I run this command as a user ('deploy' in my case) I ...
0
votes
1answer
262 views

Reset Linode root password

I've recently been put in charge of a Ubuntu server in the Linode platform. This webserver is running a production Rails application with a MySQL database. I need to ssh into it to download a copy ...

1 2 3 4 5 15