Ubuntu 9.04 Jaunty Jackalope
Questions tagged [ubuntu-9.04]
74 questions
2
votes
3 answers
MySQL deleting the sock file and complained about the permission for it
This is an issue that is really driving me nuts today:
Basically, I compiled MySQL from source (MySQL 5.1.14 on Ubuntu 9.04 on an ARM machine), and here is what happened when I tried to run it:
/etc/init.d/mysql start
Starting MySQL.. * Manager of…

zhuanyi
- 191
- 3
- 11
2
votes
5 answers
Understanding/optimizing iptables output
Below is the result of iptables-save from a Ubuntu Linux server. My question is, is there anything wrong or sub-optimal about it?
For example I believe the rules are processed in order, so should the rules for ports 80 and 3306 (www/mysql) be moved…

DisgruntledGoat
- 2,629
- 4
- 28
- 36
2
votes
3 answers
Duplicate OS installation
I'm trying to copy my live server OS installation locally on a machine here so if something goes wrong we have a backup. I've installed the same OS version that's on our live system on this server already, but I want to make sure I can copy all of…

Ben
- 3,800
- 18
- 65
- 96
2
votes
2 answers
How can I upgrade from Ubuntu Intrepid 8.10 to Jaunty 9.04 when old-releases no longer has the necessary packages?
I changed my sources.list to:
deb http://old-releases.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ intrepid-updates main restricted universe multiverse
deb…

tommy chheng
- 121
- 3
2
votes
5 answers
Is it possible to start a VNC server in Ubuntu in display 0 without using the default VNC server Vino?
Is it possible to start a VNC server in Ubuntu in display 0 without using default VNC server Vino?
My intention is I don't want the notification in the machine running VNC server when one client is connected to the server.

suresh
- 241
- 1
- 4
- 9
2
votes
1 answer
/etc/init.d/rc: 317: sed: Permission Denied Ubuntu 9.04
I recently added NFS to my Ubuntu server and edited /etc/fstab to mount the network file system. After a reboot I am not getting the following error several times on the console and it will not boot:
/etc/init.d/rc: 317: sed: Permission Denied
Any…

sxanness
- 137
- 1
- 17
2
votes
2 answers
Rails3 environment running very slow on Windows XP, Ubuntu 9.04, Ubuntu 9.10
I've tried all three (granted the Ubuntu versions were via VirtualBox with XP as a host, but I gave the images all the available RAM my system has).
Loading the rails environment is taking 30-60 seconds. rails console, rake test:units - anything…

bergyman
- 133
- 3
2
votes
2 answers
Recovering Linux files from Windows?
I just installed Windows 7 RC and forgot to save a few important files that were in Ubuntu 9.04. I did not have Ubuntu installed on a separate partition. I just used the install inside Windows option. Is there anyway I can still recover my files?

Kredns
- 496
- 1
- 8
- 15
1
vote
4 answers
ubuntu 9.04 pptp broken after a power failure
I have a small Ubuntu 9.04 router setup as a NAT box and a PPTP server. After a power failure everything except the PPTP server still works. A windows client gets to "registering your computer on the network" but then says
Error 742: The remote…

kevin42
- 278
- 1
- 2
- 9
1
vote
4 answers
Moving a mysql innodb data partition from one computer to the other
/etc/mysql/conf.d/myserver:
[mysqld]
innodb_file_per_table
datadir = /elastidb/lib/mysql
#log-bin = /elastiblockdb/log/mysql/mysql-bin.log
general_log = true
log = /elastiblockdb/log/mysql/mysql_general.log
log-error …

ufk
- 333
- 3
- 8
- 31
1
vote
3 answers
Flash Performance on Ubuntu
I just reformatted my laptop and installed Ubuntu 9.04. Everything is working great except Flash.
YouTube videos play but are horrible quality and choppy (was fine when Vista was installed) and I can't click Flash hyperlinks.
I am currently using…

modernzombie
- 173
- 1
- 7
1
vote
1 answer
moving plone or recovering data
I had a simple plone site running on my Ubuntu 8.10 box, setup by following instructions on https://help.ubuntu.com/community/forum/server/Plone
Now the computer got an Ubuntu 9.04 install from scratch, and I want to get the site up and running. As…

Atilla Filiz
- 235
- 1
- 4
- 11
1
vote
1 answer
ubuntu server - different sessions
It will sound crazy, but I don't get it.
I installed 2x ubuntu servers 9.04 and sometimes after restart I have different
hostname and changes I made 30 min ago before restart are gone. I even moved files,
created new folders, changed different…

John
- 11
- 1
1
vote
4 answers
Ubuntu 9.04, Postfix, Dovecot, Squirrelmail, and vacation/away messages
I'm attempting to set up a mailserver for a small office. FYI, we're replacing Kerio Mailserver on OS X with Postfix, Dovecot, postfixadmin, and Squirrelmail on Ubuntu Jaunty (9.04.)
I installed the "dovecot-postfix" package, and configured them,…

Schof
- 972
- 1
- 6
- 10
1
vote
4 answers
No External Network Access Through Ubuntu VPN
I have setup pptpd as my VPN server on Ubuntu Server 9.04, I am able to connect to the VPN from the client and can access the server's local network, but I am unable to connect to the external network via the VPN.
If I login to the server via SSH:
$…

trobrock
- 237
- 2
- 9