Questions tagged [ubuntu-12.10]

Ubuntu 12.10 Quantal

41 questions
20
votes
3 answers

Git clone/pull across local network

I'm trying to clone/pull a repository in another PC using Ubuntu Quantal. I have done this on Windows before but I don't know what is the problem on ubuntu. I tried these: git clone file:////pc-name/repo/repository.git git clone…
Tomás Ramírez
  • 353
  • 1
  • 3
  • 8
18
votes
2 answers

How to fix "unable to qualify my own domain name (myhost) -- using short name"?

and yes, I have 127.0.0.1 localhost myhost.mydomain.eu myhost.domain2.eu localhost.localdomain 127.0.1.1 myhost in hosts file. What is wrong? Sendmail started to put this error into log. May 9 19:08:54 myhost sm-mta[17103]: unable to qualify…
user107788
17
votes
1 answer

ProxyPass: Redirect directory URL to non-standard port

I've been searching Google and have no had much success in finding an answer. I'm running a server on Ubuntu and I have programs installed that use various non-standard ports. Each one uses a different port, in my case they are 9090, 9091, 9092,…
Serneum
  • 273
  • 1
  • 2
  • 6
12
votes
2 answers

upstart does not see my job

in Ubuntu 12.10 user@xyz:~$ sudo initctl --version initctl (upstart 1.5) Copyright (C) 2012 Scott James Remnant, Canonical Ltd. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or…
xdenser
  • 123
  • 1
  • 1
  • 4
10
votes
2 answers

Logstash can't read files it should have access too

I've added user logstash into group adm using the command $ usermod -a -G adm logstash. One of the files that the logstash agent is trying to read is /var/log/nginx/foo-access.log, which has the following permissions: -rw-r----- 1 www-data adm 0 Jul…
Phil Sturgeon
  • 291
  • 1
  • 3
  • 12
3
votes
1 answer

Bypass SSL on localhost when hitting nginx status

I have a location for /nginx_status, and I installed an SSL cert last night. server { listen 443; ... location /nginx_status { stub_status on; access_log off; allow 127.0.0.1; deny all; } } This was…
David Fox
  • 219
  • 1
  • 5
  • 11
3
votes
1 answer

Linux network namespaces - ping fails on specific veth

I just started to exploring network namespaces. I try to implement the following simple setting following the article in http://www.opencloudblog.com/?p=42 +--------+ +-----------+ +--------+ | …
Vasilis
  • 283
  • 1
  • 4
  • 13
3
votes
1 answer

Suppress OSSEC email for failed root ssh

I'm running OSSEC as a HIDS on a Ubuntu 12.10 server, and it routinely (3-4x a day) sends me a notification like this: (note the last octet of the IP address has been changed to 'xxx' to protect the guilty) OSSEC HIDS Notification. 2013 Nov 21…
tkrajcar
  • 163
  • 6
3
votes
4 answers

Computer gets IP from DHCP server but has no internet connection

I've installed an isc-dhcp-server on Ubuntu 12.10 and I'm trying to setup a DHCP server on a head node for six worker computers in the local network. The head node itself is a DHCP client receiving the IP-address 192.168.20.1 (on eth0) from an other…
user2611216
  • 31
  • 1
  • 1
  • 4
2
votes
3 answers

Can't resolve issue: iptables: No chain/target/match by that name

So I am trying to setup shorewall firewall on my linux vps. The vps is running ubuntu 12.10. When I type $ shorewall check I get this error. iptables: No chain/target/match by that name. ERROR: Log level INFO requires LOG Target in your kernel…
user186639
  • 31
  • 1
  • 2
2
votes
3 answers

when use . after myhost.mydomain in config files?

I noticed sometimes '.' can be seen at the end of myhost.mydomain so it is myhost.mydomain. ^^^ statement. Where should I use this '.' at the end? Currently in etc/hosts I don't use ending '.' Also not in local-host-names, and…
user107788
2
votes
0 answers

OpenVPN: Run 'bridge-start' on boot before starting openvpn service (Ubuntu)

I've got OpenVPN working properly on my server, using bridge-start and bridge-stop scripts to create and remove network bridge, respectively. How do I set these scripts up to run bridge-start at boot before starting OpenVPN, and bridge-stop at…
Christiaan
  • 121
  • 2
2
votes
1 answer

Using rsync to copy from HFS+ to HFS+ on Linux

I have a small linux server. I have data on several HFS+ drives that I'd like to consolidate to another HFS+ drive. The drives will be connected to the server via a USB HDD dock. I'm running Ubuntu 12.10 on the server. If I copy files from HFS+ to…
Andrew
  • 121
  • 3
2
votes
1 answer

adding new hosts in icinga web

Using Ubuntu 12.10 server. icinga with idoutils and icinga-web. Have ability to see hosts if I add them in the localhost_icinga.cfg however from my understanding you can create a host.cfg based on systems. example: windows.cfg to monitor all…
mikedopp
  • 229
  • 2
  • 7
  • 16
2
votes
1 answer

Is it possible plugging in a crossover cable to a 1Gb network adapter fried my adapter?

The host I am working with has two network adapters and is running Ubuntu Server 12.10. In an attempt to network two computers I used a cross-over cable as in the old 100Mbps days. After doing this I soon realized that you don't use crossover cables…
Ryan R.
  • 123
  • 3
1
2 3