Ubuntu 9.04 Jaunty Jackalope
Questions tagged [ubuntu-9.04]
74 questions
35
votes
6 answers
Where are my Tomcat Logs?
I installed Tomcat6 on a Ubuntu 9.04 server using apt-get install tomcat6. I uploaded a WAR using the manager interface and tried to start the application but get a pretty generic error on the Web interface saying it couldn't be started.
I am trying…

gav
- 503
- 2
- 7
- 17
24
votes
3 answers
Turning off cp (copy) command's interactive mode (cp : overwrite ?)
Does anyone know how I would turn off the interactive mode when using cp?
I am trying to copy a directory recursively into another and for each file that is getting overwritten I have to answer 'y'.
The command I am using is:
cp -r…

Faisal Vali
- 343
- 1
- 2
- 7
8
votes
3 answers
How to save settings when reinstalling Ubuntu 9.04?
I'm going to install Windows 7 RC soon and want to save all (or at least almost all) of my settings that I have in Ubuntu 9.04. How can I do this?

Kredns
- 496
- 1
- 8
- 15
7
votes
5 answers
Ubuntu server eth0 renamed to eth1
I am running an Ubuntu server(9.04) virtual machine(virtualbox) on my computer at work and one night Win 7 rebooted after some security updates.
After bringing the VM back up again the network didn't work.
The only thing I can see in the dmesg log…

Cosmin Onea
- 181
- 1
- 1
- 4
6
votes
2 answers
RAID1: How do I "Fail" a drive that's marked as "removed"?
I have (had) a RAID 1 array (2 disk mirror) and one of the disks, sda, failed. So I've replaced the bad disk with a new one, but seem to be stuck on how to get the second drive back up and running as part of the array.
The system is running Ubuntu…

Nick
- 4,503
- 29
- 69
- 97
6
votes
1 answer
How to set systemwide ulimit on ubuntu
I want to set systemwide ulimit on ubuntu (all processes, all users).
How can I set it?
thanks
JP
JP19
5
votes
3 answers
/usr/bin/ld: cannot find -ll
I am trying to build a LIBS from the Thai Computational Linguistics Laboratory from source.
I am following the instructions as per their readme, which states
2. Installation
---------------
2.1) In the libs base directory, type:
$ ./configure
$…

saffsd
- 483
- 5
- 8
5
votes
2 answers
Ubuntu: Problem upgrading from Jaunty to Karmic
When i try to upgrade from jaunty to karmic i get this problem:
root@server:~# sudo do-release-upgrade
Checking for a new ubuntu release
Done Upgrade tool signature
Done Upgrade tool
Done downloading
extracting 'lucid.tar.gz'
authenticate…

Martin
- 775
- 2
- 7
- 13
5
votes
3 answers
Whats the best way to update Ubuntu 9.04?
I have a Ubuntu 9.04 server which has no packase support anymore. If I want to update my package lists, I get th following errors:
Err http://de.archive.ubuntu.com jaunty-security/multiverse Packages
404 Not Found [IP: 141.30.13.10 80]
W:…

f00860
- 1,203
- 1
- 9
- 12
5
votes
3 answers
Scripted install of Sun Java JDK on Ubuntu 9.04
We are trying to script the install of the sun jdk on Ubuntu 9.04 and have it automatically accept the license agreement. I have seen something around the net about creating a file that the package looks for, but none of them were complete. Does…

Matt Campbell
- 183
- 5
5
votes
5 answers
Onboard RAID and Ubuntu Install - Why Does it See Separate Disks?
Ok, I have never tried to install Ubuntu to a RAID setup before.
I am running a Supermicro X8DT3-LN4F motherboard with onboard Adaptec RAID controller with six 160GB drives attached to form a RAID10. Status of the RAID set is OPTIMAL.
I try to…

JonathanLIVE
- 197
- 2
- 5
- 10
4
votes
2 answers
Apache htdocs folder
Where is the folder that contains the index.htm(l) that contains "it's working", located in Ubuntu?

mjrider
- 187
- 1
- 6
4
votes
3 answers
Why won't Ubuntu Server 9.04 won't upgrade to 9.10?
I have a server running 9.04 and I'd like to upgrade it to 9.10 (on the way to getting to the latest version). However, despite following the nice documentation, I am unable to.
Specifically, sudo do-release-upgrade fails:
Checking for a new ubuntu…

pr1001
- 225
- 2
- 9
4
votes
1 answer
Apache starts automatically on Ubuntu, needs to be stopped to restart lighttpd
I've some issues with my webserver's Apache and lighttpd on Ubuntu 9.04.
I use lighttpd only and I've stopped Apache on Ubuntu. For some reason, starting a few days ago, Apache starts to run and I need to stop it in order to restart lighttpd.
Cron…

aneuryzm
- 1,714
- 5
- 26
- 41
4
votes
2 answers
What DBus signal is sent on system suspend?
I need to detect when a machine is going to sleep in Ubuntu 9.10 and Fedora 13. Both use UPower, so I've been looking on the "org.freedesktop.UPower" DBus bus for such signals.
I've been listening for the "sleeping" signal on the UPower bus with the…

Paul Robinson
- 41
- 1
- 3