Questions tagged [ubuntu-10.04]

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.

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.

Ubuntu 10.04.x is the LTS edition (Lucid Lynx). It has been designated as a Long Term Support (LTS) release, indicating that it has updates for three years for desktop use and five years for server.

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

726 questions
0
votes
1 answer

Why squid not processing HTTPS request from Linux machines and windows clients can access https

I am having squid proxy running on port 3128 with 2 nic eth0:192.168.2.22 with internet access. eth1:192.168.1.1 connected to LAN. Every machines in LAN have ip in the range 192.168.1.0/24 through DHCP. It includes both windows and Linux…
Kevin Parker
  • 757
  • 1
  • 13
  • 32
0
votes
1 answer

rsyslog. Filter doesn't work

I use ubuntu-server. I try to set filter in my rsyslog.conf for accepting only remote logs from my D-link. that is debug Debug line with all properties: FROMHOST: 'fromname', fromhost-ip: '192.168.1.1', HOSTNAME: 'DSR-500N', PRI: 4, syslogtag…
Abdus
  • 115
  • 1
  • 2
  • 8
0
votes
1 answer

A specific user is unable to log in to vsftpd

I am setting up a new user let his name be ftpguy. He has access to only one directory /var/www/xxx. I have already chowned the directory so that he has write and read privileges. The user is also unable to login via ssh as I have disabled that by…
HackToHell
  • 260
  • 1
  • 4
  • 15
0
votes
1 answer

Ubuntu automysqlbackup configure to have separate databases in one folder with gzip

I have automysqlbackup running on Ubuntu 10.04 and it works perfectly fine. I currently have it performing daily backups for all databases, but I would like to adjust the configuration to do the following: Perform daily backups of all databases into…
Nina
  • 201
  • 3
  • 7
0
votes
1 answer

Linux/Apache: Give FTP User ability to write to folders

I am pretty sure this there is an easy solution to this problem but I just can't seem to find the answer. Here is my issue. I have installed vsftpd on my ubuntu 10.04. I created a group and a user for this and set up the password. I can now ftp to…
jtmgdevelopment
0
votes
1 answer

Ubuntu Server stucks on high traffic

There are some servers on Ubuntu Server 10.04 with that particular hardware: output of hwinfo. The problem is the hangup when machine experiences a traffic higher than 10Mb/sec for several minutes; only hardware reset can bring the machine back to…
0
votes
1 answer

Ubuntu 12.04 sbackupd missing

I just upgraded from Ubuntu 10.04 to Ubuntu 12.04 and sbackupd is completely gone. I used to call sbackupd from two cron jobs /etc/cron.d/sbackup1 and /etc/cron.d/sbackup2 as root with custom config paths in Ubuntu 10.04. Has sbackupd been renamed…
user27164
0
votes
2 answers

Kernel panic - not syncing - Attempted to kill init

I am using Linux 2.6.32-33-server #70-Ubuntu 10.04.3 as Data-Nodes and Name-Node in my Hadoop cluster, but one of my data node is down since morning. When i restarted that particular system it showed an error "Kernel panic - not syncing -…
vikash
0
votes
1 answer

Ubuntu login message not shown for non-root users

I really liked the welcome motd message that gets displayed when I logged in as root into my vps ubuntu 10.04 server. It displays statistics like uptime and systemload and packages to update. However, I secured my server and now only allow normal…
Peterdk
  • 183
  • 1
  • 1
  • 6
0
votes
1 answer

Consequences of disabling the courier mail service on Ubuntu server

For a while now I've been getting logwatch reports that indicate bots/scripts are trying to login with POP3 on my server. However I have not set this up, and am not using it as far as I'm aware (using Gmail MX). Is it save to stop running the…
Björn
  • 131
  • 4
0
votes
2 answers

Squid Proxy Not Allowing Web Access

I have just installed Squid on my Ubuntu 11.04 system by entering sudo apt-get install squid I then edited /etc/squid/squid.conf and added acl squid_network src 10.0.2.0/24 http_access allow squid_network http_access allow all after acl purge…
OtagoHarbour
  • 187
  • 3
  • 10
0
votes
1 answer

PCI DSS Compliance on Ubuntu 10.04 LTS

My company's web server has recently failed our quarterly PCI scan on the basis of the Apache HTTPOnly Cookie Disclosure, a vulnerability only fixed from apache 2.2.22 onwards. I'm currently running Ubuntu 10.04 LTS with apache 2.2.14 and have…
hav
  • 26
  • 1
0
votes
1 answer

Minimal MySQL dedicated server

I'm hosting an application with 1 server for the application and 1 server for the database. I did a fresh install of Ubuntu 10.04 LTS and installed mysql-server on the server, now I'd like to begin removing unnecessary services seems it's important…
el_pup_le
  • 109
  • 3
0
votes
1 answer

Hadoop CDH4 Evaluation: Which Ubuntu would be preferred? Lucid or Precise

I'm setting up a CDH4 in AWS for evaluation (we already have a CHD3 running on Ubuntu Lucid) and I'd like advice regarding any known gotchyas that I'd be likely to encounter if running it on Lucid vs. Precise. Is it safer to set up the test cluster…
Jim Dennis
  • 807
  • 1
  • 10
  • 22
0
votes
1 answer

how to uninstall ubuntu 8 from ubuntu 10 dual boot

I have ubuntu 8.04 and ubuntu 10.04 on my laptop, and i want to reclaim all the ubuntu 8 space so that i have just one operating system on my laptop. how can i do it? the output of sudo fdisk -l is as follows: sudo fdisk -l Disk /dev/sda: 160.0 GB,…
umar
  • 135
  • 1
  • 10