Ubuntu 12.10 Quantal
Questions tagged [ubuntu-12.10]
41 questions
2
votes
1 answer
Issue with solr memory usage
I'm having memory problems with a Solr slave instance.
The problem is that every time the slave replicates new changes from the master, the slave starts a new searcher, and apparently the old one isn't released.
Eventually the young collection is…

Allan Kjaergaard
- 21
- 1
1
vote
1 answer
SSH invalid open call: O_CREAT without mode
I'm having troubles to connect to my server via SSH. It runs Ubuntu 12.10. I can access the server using a normal user, but I can't access it using root. It seems ssh authenticates well, but the problem happens just after it let me in. Here's the…

Throoze
- 201
- 3
- 11
1
vote
1 answer
Error installing nginx with Passenger on Ubuntu 12.10 for Ruby 2.0.0
I am attempting to install nginx to run a Rails site (3.2.13) with Passenger (4.0.0.rc5) on Ruby 2.0.0-p0 via RVM. I have successfully installed the Passenger gem, but when running:
rvmsudo passenger-install-nginx-module
I get the following error…

Rich
- 121
- 6
1
vote
1 answer
bridging two network interfaces in ubuntu linux 12.10 AND being able to access it from that machine
Ok, i have about had it but heres the deal.
I have 7 total machines connected like this:
[5 workstations]<--->ServerPC<---->MAINPC<---->router
FYI, dont worry about the workstations they are all functioning fine...
the router connects to a cable…

osirisgothra
- 113
- 1
- 4
1
vote
2 answers
lamp - is this virtual host creation process correct?
I recently reinstalled ubuntu on my system and I cannot get virtual hosts to work properly.
What I'm trying to accomplish is typing 'test' on my browser and pointing to my local machine on the location /var/www/test
I have followed several tutorials…

ppp
- 169
- 1
- 1
- 9
1
vote
1 answer
Tell NetworkManager to ignore or not probe rfcomm0
I'm trying to remotely connect to a system via Bluetooth but am running into problems. Here's what I'm trying to do...
On the remote device I'd like to have the following running: rfcomm -r watch 0 3 getty -L {} 9600
What that does is: Watch on…

Tim Tisdall
- 633
- 1
- 5
- 17
0
votes
1 answer
do-release-upgrade skipped a version - how to specify a release?
I have a experienced a slightly odd behaviuour in the Ubuntu upgrade utility and am lefting wanting to know. Also I am trying to replicate an environment as closely as possible, and upgrading from 12.10 to 13.04 may be relevant.
I downloaded 12.10.4…

taifwa
- 223
- 3
- 9
0
votes
1 answer
Creating VLANs between network namespaces
I want to implement the topology shown in the figure below using network namespaces (ns1 to ns4).
I can implement the above topology without splitting the network into two different VLANs using the following commands (based on…

Vasilis
- 293
- 1
- 4
- 13
0
votes
1 answer
Apache 2.2 serving 404s and not logging after server reboot
I previously had Apache 2.2 running a few virtual hosts on my Ubuntu 12.12 Digital Ocean droplet. Then I wanted to increase the server RAM, so I quit with shutdown -h 0 (without stopping Apache, or anything else). I resized the RAM and rebooted the…

Kyle
- 9
- 1
0
votes
1 answer
Ubuntu 12.10 virtualhost conflict
I have 2 sites on my server. One I access via my IP, x.x.x.x/site1. The other is a registered domain name, www.mysite.com.
Initially, I had only my /etc/apache/sites-available/default file available but when I tried loading either of the sites above…

sisko
- 165
- 1
- 8
0
votes
4 answers
Can't login via ssh after upgrading to Ubuntu 12.10
I have an Ubuntu 12.04LTS instance on AWS EC2 and I upgraded it to 12.10 following the instructions at https://help.ubuntu.com/community/QuantalUpgrades.
After upgrading I can no longer ssh into my VM. It isn't accepting my ssh key and my password…

Quoc Vu
- 101
- 2
0
votes
2 answers
installing mysql5.6.12 in ubuntu 12.10 error:/etc/mysql/conf.d is missing
I am trying to install mysql in ubuntu 12.10. Downloaded 'MySQL-5.6.12-1.linux_glibc2.5.i386.rpm-bundle' from http://dev.mysql.com/downloads/mysql/. Extracted it and tried to install using rpm -i MySQL-server-5.6.12-1.linux_glibc2.5.i386. Since it…

Amritha
- 11
- 1
- 1
- 1
0
votes
1 answer
Ubuntu Server Preseed issues (Partitioning)
I'm installing 14 Ubuntu 12.10 amd64 servers in an IBM Bladecenter.. I'm having trouble getting past the partitioner step with the preseed file I made.
I think I'm having a problem here boot-root :: \ 40000 50 41000 ext4 \ $primary{ } $bootable{ }…

Justin Hermann
- 1
- 1
0
votes
1 answer
Removing MongoDB from Ubuntu
I recently started to mess with setting up ReplicaSets. After some testing and playing, I was wanting to remove MongoDB and all settings, and start with a fresh install on all systems to get it set-up for production mode. I assumed sudo apt-get…

w3rthl3ss
- 135
- 2
- 7
0
votes
2 answers
page does not end up directly under domain
I'm trying to set up a java page using Apache and tomcat on a Ubuntu server. The problem I'm having is that the page does not end up under the domain but in a virtual folder on the domain like this.
example.com/example/
If i enter example.com the…

Icy Creature
- 223
- 2
- 5
- 11