Questions tagged [ubuntu-14.10]

Ubuntu 14.10 Utopic Unicorn

17 questions
10
votes
3 answers

LXC container not starting

My CentOS LXC containers are not starting anymore on an Ubuntu 14.10 machine. I think that the problem started after a reboot, but I am not sure. I had a similar problem after an yum update, when the init scripts were replaced with stock ones that…
Mircea Vutcovici
  • 16,706
  • 4
  • 52
  • 80
4
votes
2 answers

Do I have 2 different Apache installations on my VPS

I'm new to server maintenance, and am running Apache 2.4 on Ubuntu 14.10 on a VPS I just set up yesterday. It seems as if I have two different Apaches installed at different places in the machine due to the following reasons. When I run sudo…
conradg
  • 83
  • 1
  • 5
3
votes
2 answers

How to run latest docker and docker-compose development versions?

I'm trying to figure out how to run development builds of docker and docker-compose together on Ubuntu 14.10 to hopefully address a bug: https://github.com/docker/compose/pull/1349 Latest Docker development version docker -v # Docker version…
Ray Walker
  • 56
  • 6
3
votes
0 answers

elasticsearch fails periodically on ubuntu with systemd : how to resolve this?

I am using Elasticsearch on Ubuntu 14.10 and it's periodically going down (entering a failed state). When down, this throws exceptions on my website, users can't search, connect or update database properly. When I get the status of the service, if…
Sébastien
  • 233
  • 3
  • 8
1
vote
1 answer

Unable to read superblock on virtual server

After booting ubuntu 14.10 I got log output like this [1377286.486802] EXT4-fs (sda2): unable to read superblock I can login and use the machine but I guess something is wrong. Some diagnostics using fdisk, dumpe2fs and e2fsck were made. How bad is…
user264230
  • 111
  • 1
  • 4
1
vote
1 answer

Client not found in kerberos database while getting initial

I am installing Squid3 on Ubuntu 14.10 and I want to integrate it ADDS on windows server 2012 using kerberos 5. My infrastructure are as follows: Default Gateway: 192.168.1.1 DNS & Domain Controller(Windows Server 2012 ): dc.mydomain.com address …
1
vote
1 answer

2 nics and 2 public ips

I have a server with 2 nics (interfaces) running ubuntu 14.10 I need to connect each nic to a different router (each being a gateway to different internet connections from different ISPs. I also need the server to respond to requests from the same…
537mfb
  • 167
  • 1
  • 11
1
vote
1 answer

cant sftp into ubuntu server

Hey guys I've set up an openssh server, but I still cant sftp or ftp into my ubuntu server. I am always getting login failed errors for every attempt i try to make. I am running ubuntu 14.10 I wanna say my issues is in my sshd_config file, but im…
hello world
  • 113
  • 4
0
votes
1 answer

Why IP tables is denying some explicitly specified as OK in rule?

I've got top rule: *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] ... other rules, non-involving tap777 ... -A INPUT -i tap777 -p udp -m udp --dport 67 -j ACCEPT -A INPUT -i tap777 -p udp -m udp --dport 53 -j ACCEPT And I'm…
Jono
  • 117
  • 1
  • 5
0
votes
0 answers

Install an older version of postfix on Ubuntu 14.10

I have inherited a set of Ubuntu boxes (different versions) that process emails and replies using postfix and other tools. Two Ubuntu 14.10 boxes have started giving out incorrect results and after investigating a little closer I noticed that the…
Arturski
  • 274
  • 1
  • 5
  • 17
0
votes
1 answer

update-manager causes seg fault (Ubuntu 14.10)

root@dragon:/var/lib/apt/lists# update-manager -d Segmentation fault (core dumped) I have tried all of the following: Removing /var/lib/apt/lists apt-get update apt-get clean All are fine. If it helps do-dist-upgrade also causes seg-fault
0
votes
1 answer

Create nameservers in Ubuntu server to host domains

I have a domain(from IndiaLinks) and a VPS server(from OVH with an IP). Consider the domain as mysite.com. Before purchasing this vps, I used to host it with shared hosting by adding the given nameservers under the delegation. But here I don't have…
0
votes
1 answer

t1lib-dev on Ubuntu 14.10

I used to be able to install t1lib with apt-get install t1lib-dev. Ubuntu websites says they still have it but I just can't install it. Even when I compile PHP I get this: configure: error: Your t1lib distribution is not installed correctly. Please…
jnbdz
  • 897
  • 5
  • 22
  • 43
0
votes
1 answer

Ubuntu + Apache + .htaccess: Hide from Google

How do I edit the .htaccess file in the folder www/owncloud/ to set: X-Robots-Tag to "noindex, nofollow" (Using header rather than robots.txt according to: https://yoast.com/x-robots-tag-play/) Have tried this, but I cannot see the X-Robots-Tag set…
Sam
  • 350
  • 1
  • 4
  • 16
-1
votes
1 answer

Ubuntu Mysql stop working after outofmemory in a clamscan, mysqld.sock

I'm having daily problems with postman with autentification througth mysql on my Ubuntu14LTS Server. I think the problem arrise after a clamscan scron that breaks in an Out of Memory. In some way mysql socket gets break and I can't read my emails…
1
2