Questions tagged [ubuntu-8.04]

Ubuntu 8.04 Hardy Heron

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.

85 questions
56
votes
3 answers

Do I need to refresh or restart anything after I add/update a crontab in Ubuntu Server 8.04?

When you change something in Apache you need to reload or restart apache. Does anything need to be refreshed or restarted in Ubuntu Server 8.04 after I add/update the crontab? Thanks a bunch for your help.
RayJamesFun
  • 563
  • 1
  • 4
  • 4
20
votes
2 answers

Why is our firewall (Ubuntu 8.04) rejecting the final packet (FIN, ACK, PSH) with a RST

Background, for a long time we have had problems with our firewall that sometimes keep HTTP requests hanging partially loaded until TCP times out. After tracing the traffic on the firewall I noticed that it occurs only during certain timing…
ernelli
  • 307
  • 1
  • 5
  • 15
13
votes
6 answers

Is Apache running?

I've just taken over webmastery for my company's site, and I'm preparing a report for my partner about the LAMP stack. But I'm a new CS graduate, and the only thing I know really well is Java coding, so I need some help! I'm trying to find out a) if…
Iain Samuel McLean Elder
  • 1,152
  • 4
  • 13
  • 27
6
votes
2 answers

Why is Syslog Not Writing Logs To The Designated Files?

I've been trying to route Apache's logs through Syslog (for some reason log rotation had stopped, and using Syslog and logrotate seemed a reasonable solution). I have sent Apache's error logs to local7 and piped the access logs to local6 via the…
chrisbunney
  • 463
  • 2
  • 9
  • 20
5
votes
3 answers

/etc/cron.daily/apt and /etc/cron.daily/aptitude on ubuntu hardy

I am a sys admin newb, otherwise I would figure this out on my own. I have a slicehost slice and I noticed that there are a couple scripts that get run (the ones I mentioned in my question title) that look like they do system updating. I am…
user18536
  • 151
  • 1
  • 2
5
votes
1 answer

upgrading ext3 fs on ubuntu 8.04

so we are stuck with this closed source system that keeps on adding folders to one directory, and it's going to hit the 32k limit soon because it's ext3. and that folder is expected to have +100k folders very soon too. it's 2.6.24-27-xen x86_64…
Devrim
  • 1,197
  • 4
  • 16
  • 29
5
votes
2 answers

Is this many Apache instances normal?

We run Apache version 2.2.8-1ubuntu0.15 on our VPS instance of Ubuntu 8.04.4 LTS \n \l, as I determined by asking this question. When I issue pgrep apache2, I get the following: …
5
votes
6 answers

Ubuntu 10.04 LTS - good enough to jump on it?

I'm currently planning to get a VPS from VPS.net for a PHP project. I personally haven't used CentOS (which is recommended all the time) and this is not a good time for me to start learning it, so I want to stick with Ubuntu, as that's the one I…
Mircea Chirea
  • 424
  • 7
  • 20
4
votes
2 answers

Missing logs - Tomcat 5.5 + Ubuntu 8.04

Summary Freshly-installed (via apt-get) Tomcat on a freshly-installed Ubuntu 8.04 LTS 64-bit works, but doesn't (seem to) log anything. See also "What I've Tried" and "Closing In On It" below. More Detail Because the package maintainers have done a…
T.J. Crowder
  • 887
  • 6
  • 22
4
votes
2 answers

How to relocate /home to a new hdd?

I built my Linux box (using Ubuntu 8.04 LTS, last year) in order to try Linux. As it was just a try I opted to use an old 80GB hdd and now, as was always inevitable, it's running out of room. I've bought a new drive (1TB, though I'm unsure if that's…
David Thomas
  • 143
  • 1
  • 6
4
votes
2 answers

I get a Segmentation fault when doing apt-get util-linux

I've found that a lot of upgrade commands and Apache on my system are failing with Segmentation faults. I don't know if this is the main one, but a lot of packages depend on util-linux: root@myUbuntuHardyHeronServer:~# apt-get install…
Adam
  • 215
  • 4
  • 8
4
votes
2 answers

Changing PATH Environment Variable for all Users. (Ubuntu)

I recently compiled Ruby Enterprise Edition (REE) on an Ubuntu 8.04 server. I would like to update my PATH to ensure this new version of Ruby (found in /opt/ruby_ee/bin) supersedes the older version in /usr/local/bin. (I still want the old version…
3
votes
4 answers

Upgrading Ubuntu hardy to Ruby 1.8.7

My server is running Ubuntu Hardy and Ruby 1.8.6 installed using aptitude. I'd like to upgrade to Ruby 1.8.7 but, unfortunately, the Ruby package includes Ruby 1.8.7 starting from Ubuntu Intrepid. I read a couple of tutorials about how to upgrade to…
Simone Carletti
  • 1,494
  • 3
  • 15
  • 30
3
votes
1 answer

Ubuntu 8.04 LTS kernel NULL pointer dereference

I was running rsync on my Dell XPS Core 2 Duo tower when it froze up. The machine is running Ubuntu 8.04 LTS, 3GB RAM, and software RAID 5 (mdadm) across 3 disks. The system is on the 4th disk. On restart I found this lovely gem in…
user24649
3
votes
1 answer

Bringing the xenbr0 interface up on XEN under Ubuntu 8.04

I installed XEN on Ubuntu 8.04 using this tutorial but after I reboot with the XEN kernel, I don't have xenbr0 device. I see that network-bridge script runs and it creates peth0 device, but not xenbr0. I have a very basic IP setup, with a single…
iyl
  • 41
  • 1
  • 2
1
2 3 4 5 6