Ubuntu 13.04 Raring Ringtail
Questions tagged [ubuntu-13.04]
34 questions
20
votes
1 answer
The following packages have unmet dependencies: nodejs : Conflicts: npm
I followed this gist https://gist.github.com/Goddard/5500157 to install nodejs and npm, but after running it neither node --version or npm --version could be ran, giving an error of command not found. I was able to uninstall nodejs, but had to go…

lumberjacked
- 377
- 1
- 4
- 9
10
votes
1 answer
I am still running Ubuntu 13.04, how should I react to the Heartbleed Bug?
I know that 13.04 is affected (or at least my installation is) because of the OpenSSL version currently installed. However, after running
sudo apt-get update
sudo apt-get upgrade
I checked my OpenSSL version and it was still an unpatched build.
I…

Dan Loewenherz
- 913
- 3
- 10
- 19
6
votes
1 answer
ZFS on Linux/Ubuntu: Help importing a zpool after Ubuntu upgrade from 13.04 to 13.10, device IDs have changed
I have updated Ubuntu from version 13.04 to version 13.10, only to discover that the SATA disks IDs have changed, and my ZFS pool now fails.
On new Ubuntu 13.10 the disk IDs are now ata-* instead of scsi-SATA_*.
This is the pool status after the…

Manolo
- 63
- 1
- 4
6
votes
2 answers
DFS and Access Based Enumeration - Unix devices cannot access it
I'm currently experiencing issues with DFS shares and ABE, enabled on a Windows Server 2008 R2 File Server. Everything works fine with Windows, the problem is with Linux/Unix machines.
They aren't able (with the same username) to access the…

Something
- 105
- 1
- 2
- 10
5
votes
1 answer
HA Proxy does not start up on Ubuntu 13
I am trying to launch HA Proxy 1.4.24 on an ubuntu 13 VM via sudo. My haproxy.cfg file is copied below. However, when I use sudo service haproxy start or try sudo /etc/init.d/haproxy start, the process not start up. Any ideas on troubleshooting…

ali haider
- 1,140
- 3
- 16
- 29
4
votes
2 answers
dhclient not working at boot
Here's the problem:
root@home:~# ping 8.8.8.8
connect: Network is unreachable
root@home:~# dhclient eth0
RTNETLINK answers: File exists
root@home:~# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_req=1…

Poma
- 1,299
- 6
- 24
- 35
3
votes
3 answers
How To Include Additional Software In preseed.cfg For Ubuntu Server 13.10
I am doing fully automated installation of Ubuntu Server (Saucy) 13.10 and also wants to include custom additional softwares,The Format of preseed.cfg is:
d-i debian-installer/locale string en_US
d-i debian-installer/language string en
d-i…

Pradeep Gupta
- 387
- 2
- 5
- 18
3
votes
1 answer
PPTP disconnects when peers disconnect
Just setup a Ubuntu 13.10 on a server, and configured PPTP VPN. Everything works just fine, until another peer disconnects his VPN connection.
I was able to consistently simulate this by connecting my iPhone to the VPN, and whenever I disconnect…

Thilak Rao
- 133
- 1
- 4
3
votes
2 answers
Permission forbidden on localhost with apache2
Here is what I am trying to do.
I tried to add another folder to apache and I get the following error when trying to acces testing/index.html.
The idea is that I would like to have for every customer a folder like…

N Alex
- 131
- 1
- 4
3
votes
1 answer
Increased memory usage for uWSGI workers / masters after moving from Debian to Ubuntu
After moving our web servers from Debian to Ubuntu we have noticed a large increase in the amount of memory (RSS) used by uWSGI master and worker processes. The version of uWSGI (1.9.13) remains the same.
I've used pmap to examine the memory usage…

aychedee
- 153
- 1
- 7
3
votes
1 answer
Installation of 64-bit Ubuntu 13.04 server fails with "Unable to install busybox-initramfs"
I tried installing the 64-bit 13.04 Ubuntu server on a fairly generic superMicro box with dual OCZ SSD's I plan to software RAID. The install failed with a "Unable to install busybox-initramfs" message. This appears to be a bug documented on…

pgoetz
- 465
- 1
- 8
- 16
2
votes
1 answer
unable to install php5-mcrypt
I'm trying to install mcrypt under php and can't. If I do php test.php | grep mcrypt (where test.php contains phpinfo()) nothing comes up so I want to install it.
If I do sudo apt-get install php5-mcrypt I get this:
E: Unable to locate package…

neubert
- 317
- 8
- 26
2
votes
1 answer
Galera Cluster starting backup can't find innobackupex in the path
I am trying to get a Galera cluster running. I have the first node up and ready for connections. My second node, however, when trying to run wsrep_sst_xtrabackup gets the error "Can't find innobackupex in the path". As soon as I start the mysql…

nwalke
- 643
- 2
- 12
- 32
2
votes
4 answers
Command or Shell task hangs when using ssh to create a tunnel
I am using Ansible to push configuration. I have a task inside a playbook that I want to start an ssh tunnel in the background for MongoDB. The task command that i'm using is
- name: Start tunnel service
shell: ssh -f -N -L…

lumberjacked
- 377
- 1
- 4
- 9
2
votes
2 answers
How to downgrade php 5.5 to 5.4 on Ubuntu 13?
I'm using kubuntu 13.04
I've used a downgrade script to downgrade php 5.4 to 5.3 earlier, and now I deleted the repo and that script, removed php 5.3 and now when installing again, it's installing php 5.5 not 5.4.
How do I install php 5.4 not 5.5 ?

Shehabix
- 29
- 1
- 3