Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (2)

2
votes
0answers
24 views

Setting up a Linux client for OpenLDAP over SSL

I'm trying to set up SSL with a server running OpenLDAP (and using OpenSSL, not GnuTLS). The server seems to be working fine: I can authenticate using ldap:// and can also use ldaps:// from Apache ...
0
votes
1answer
35 views

Apache proxypass virtual hosting for backend redirection

I have a apache proxy load balancer running. I have a domain wiki.mydomain.com registered to this lb. I am trying to make proxy redirect from wiki.mydomain.com to the backend ...
0
votes
0answers
18 views

GUI not working on my Ubuntu 10.04.3 after restarting

GUI mode is not working on my machine after I restarted it and it is throwing error "GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP ...
0
votes
1answer
38 views

Ubuntu Server SSH does not autostart

I use a VPS with Ubuntu 10.04. After I performed "apt-get upgrade", the ssh daemon stopped working and does not automatically start when I restart my server. I have only access to files (edit, create ...
-1
votes
0answers
22 views

how to boot directly to terminal in ubuntu [closed]

Possible Duplicate: How to change default runlevel of Ubuntu (lucid)? I have a ubuntu bootable usb. how do i boot to terminal in ubuntu, directly. I am having usb setup. Sure that its same ...
1
vote
0answers
38 views

Vsftpd virtual users hidden quota?

I have a problem with vsftpd on Ubuntu 10.04 LTS. I have configured vsftpd enabling virtual users, everything works fine until the size of the specific virtual users home dir reaches 40GB then I get ...
1
vote
3answers
39 views

Unable to use FQDN when using local network (Ubuntu Server 10.04, dd-wrt)

Networking newb here... I seem to be having an odd networking issue. When I am using a PC/laptop/Smart phone on my local network I am unable to access web pages (or email) on my network server using ...
1
vote
1answer
54 views

Files disappeared from server, old ones shown instead

Recently I ran into a very strange phenomenon with one of the servers I manage used to serve samba shares over the local network. It was running Ubuntu Server 8.04 and I decided to upgrade the ...
1
vote
2answers
109 views

How do I do IP Failover for my Public IP address with Linux HA

I did a lot of experiment with heartbeat, corosync and pacemaker for IP FailOver which I have to do with Public IP. I did more than one ip failover(VIPs) with two nodes, also with three nodes BUT ...
-1
votes
2answers
36 views

setting server hostname

I'm using ubuntu 10.04 on my server and I'm looking to set the hostname. Looking around it seems I have to set this in the /etc/hostname file, but on my system I do not have one. Typing hostname ...
1
vote
2answers
50 views

Server not available after abandoned upgrade

I am running a headless install of Ubuntu 10.0.4 LTS on a PVS. I was carrying out an OS upgrade earlier on today. I SSH'd into the sever and typed the following commands: sudo aptitude update sudo ...
0
votes
0answers
28 views

virtual hosting in ubuntu

I followed the steps mentioned in virtual hosting. It is working. When I type project1 in web browser it points to /var/www/project1/display.php But after that I am facing a problem. On display.php ...
1
vote
2answers
36 views

passenger-memory-stats - root privileges

When I run 'passenger-memory-stats' on my ubuntu server as root I get the following error : -bash: passenger-memory-stats: command not found If I run this command as a user ('deploy' in my case) I ...
0
votes
1answer
37 views

Reset Linode root password

I've recently been put in charge of a Ubuntu server in the Linode platform. This webserver is running a production Rails application with a MySQL database. I need to ssh into it to download a copy ...
0
votes
4answers
59 views

How to determine the cause of high resource usage for two hours last week?

I know there are several tools I can use to find out what's causing heavy network and CPU usage right now, but every so often on my server I'll check the logs and notice that there were periods of ...
3
votes
2answers
152 views

Haproxy mysql failover load balancing

I have setup mysql master-master replication and now I am trying to load balance mysql servers with Haproxy. Load balancer: 192.168.1.5 mysql1: 192.168.1.7 mysql2: 192.168.1.8 The below haproxy ...
0
votes
0answers
66 views

SAN Boot CHAP'd iSCSI Target?

I have a few computers on my network that boot via iSCSI (due to dead HDDs) using chainloaded iPXE over DHCP. I wanted to enable CHAP for my iSCSI target to increase security (and learn). However, ...
2
votes
0answers
57 views

Meraki's Accounting-Requests to RADIUS server

I'm running a RADIUS server with some Meraki APs, the process of Authentications is fine... But it seems that the Meraki Cloud Controller is just sending the authentication packets and not the ...
0
votes
1answer
93 views

Installing nagios plugins

I have worked my way through installing Ubuntu and getting nagios up and running and now monitoring about 60 windows clients with NSCleint. This is working great but now I want to add UPS monitoring ...
0
votes
0answers
20 views

Using wordpress as a subdirectory of a drupal installation?

I'm running Ubuntu 10.04 with NginX 0.7.65. I have Drupal installed in the root directory and it works perfectly with an appropriately configured vhost file, but now I would like to install Wordpress ...
1
vote
2answers
80 views

Is it possible to block users from leaving their home directory?

I'm creating a webserver, and I will have many users ssh/sftp into it. All they need to do is within their home directory, for example, /home/user/. Many people have told me to use chroot, but it ...
1
vote
2answers
33 views

How to create a link outside of the jail, but accessable within the jail?

I have created a chroot jail, but now I want to be able to create a link within the jail which links outside of the jail. Is this possible?
0
votes
1answer
22 views

setlocale error with chroot

I have created a chroot jail and when I log in I get a bash warning bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) I tried to google the error, but wasn't able to find a ...
0
votes
0answers
21 views

Adding SquashFS support to Ubuntu 10.04 EC2 AMI

I am using Ubuntu provided EC2 AMI for Ubuntu Lucid 10.04 LTS 64-bit and it doesn't come with support for SquashFS built in. Is there a way to add support, so I can mount a SquashFS filesystem?
0
votes
1answer
25 views

Permission changes of home directory of first user created are not being applied to other users

When I first installed ubuntu server 10.04 I created my first user 'bonzo'. When I'm logged in as bonzo the permissions on directory /home/bonzo are 755. However when I'm logged in as any other ...
1
vote
1answer
45 views

How to define different stop/restart signals with upstart

I am starting to convert all of our systems to using upstart to manage our various application processes. One thing that I am constantly missing is the ability to send a different signal to the ...
0
votes
0answers
24 views

Is it safe to use Bitbucket as a remote for an /etc Git repo?

I'm worried about SSH private keys and such. I'm not quite sure what else is a security hazard but I'm sure there are many config files which should probably not be uploaded to a third-party website. ...
0
votes
2answers
57 views

Is there a way to automatically forward ports over SSH upon a user successfully logging in?

I've looked around Google for a solution to this problem and I may be horribly over-complicating it. All I'm looking for is a way to automatically forward certain ports as soon as a user logs in. ...
0
votes
2answers
29 views

TIME+ column in top command is inaccurate

I just ran the top command to observe the following process chown -r me:me allMyMusic And it's been running for about 5 minutes, however the TIME+ column in the top command has reported it as ...
1
vote
1answer
55 views

Why is the munin apache_activity plugin checking /server-status on a different server?

I have two web servers at different locations (let's call them WEB1 and WEB2) being monitored by the same Munin server. Today, I noticed the following error in the apache logs for WEB1: [error] ...
3
votes
0answers
117 views

postgresql on Ubuntu 10.4 doesn't start on boot

I'm trying to have postgresql 8.4 start on boot on Ubuntu server 10.04 (64bit). First, I tried putting: su -c 'pg_ctl start -D /home/postgres -l /home/postgres/serverlog' --preserve-environment ...
2
votes
3answers
148 views

Connection refused. Why can't I send email from one server but I can from another?

I'm trying to send email from PHP using mail(). I have complete access to both servers. No unusual iptables rules on either (nothing blocking a default install of sendmail) I installed sendmail on ...
0
votes
2answers
51 views

Command not found

I downloaded the AWS CloudWatch command line api and I have also set the env_path variable that is AWS_CLOUDWATCH_HOME=local/usr/CloudWatch. But when I run mon-cmd, I get command not found error in ...
0
votes
1answer
82 views

Tomcat access control exceptions (binding to RMI) with no Security Manager running (Ubuntu)

I'm encountering some strange access control exceptions from a Tomcat servlet (when it tries to bind to an RMI server). I'm running without a Security Manager, and this whole application worked fine ...
0
votes
1answer
103 views

Strip down ubuntu server for performance on virtual machine

We use a ubuntu virtual machine for a local development setup which provides a consistent development environment for all developers and lets them use an OS/IDE of their choice for other work. The ...
0
votes
0answers
24 views

Using make-kpkg to build kernel modules for existing Ubuntu kernels?

I am trying to use make-kpkg (or another official way) to create a DEB kernel module that can be installed with the current running kernel. I have already built the kernel module source DEB and it ...
0
votes
0answers
95 views

Likewise-open delays Ubuntu Logon when Domain Controller is Down

I previously joined a domain using likewise-open 5.4 on Ubuntu 10.04. Then I left the domain using likewise-open, and switched to using samba to join the domain. Now when I lock the computer and try ...
2
votes
0answers
98 views

virt-install kept on adding --no-reboot - even though I don't want it to

I have a bit of a problem getting my guests to reboot after the OS installation using virt-install. For whatever reason, virt-install insists on inserting "--no-reboot" when you create a VM: ...
1
vote
1answer
43 views

Can't login to Redmine after fresh install on Ubuntu

I did a fresh install of Redmine on Ubuntu 10.04, following the instructions here After the installation, I visited http://localhost/redmine, and the site came up successfully. I then registered a ...
0
votes
1answer
141 views

Ubuntu 10.04 (LTS) DomU on Debian Wheezy Dom0 Xen 4

I have been forced to move from a Centos Dom0 xen 3 Centos + Ubuntu Lucid DomUs To Debian Wheezy Dom0 Xen 4 Ubuntu Lucid DomUs However although I can create new DomUs on wheezy I cannot ...
1
vote
2answers
95 views

Old nginx on ubuntu server?

I have Ubuntu Server 10.04 with all packages updated. When I type nginx -v I get nginx version: nginx/0.7.65. When I go to nginx.org I see that the latest stable version is 1.0.10 Is it different ...
1
vote
2answers
152 views

How to block all root login attempts using denyhosts and or fail2ban?

I currently block all ssh logins using root. But I wanted to go the extra mile and block the ip address of the client who tried to login as root. I currently have denyhosts and fail2ban setup and ...
0
votes
1answer
118 views

UBUNTU - Broken DPKG and Index

Was doing a package update and it ended a process and hung so I rebooted the server and now it will not allow me to perform any more updates. I tried the following to no avail: sudo apt-get clean ...
2
votes
1answer
277 views

High Availability NFS Server (Heartbeat/DRBD) long hang on clients when takeover occurs

We have a High Availability NFS environment using DRBD, heartbeat and nfs exposed to clients (Simular to the following https://help.ubuntu.com/community/HighlyAvailableNFS ). This seems to be a ...
0
votes
2answers
67 views

Screwed libmysqlclient-dev in Ubuntu

I have messed with symlinks and libraries in /usr/lib. I modified libraries like libmysql*. someone suggested to reinstall libmysqlclient-dev package. Is libmysqlclient-dev holding Mysql libraries? ...
0
votes
2answers
88 views

Linux kernel upgrade broke : How do I remove the kernel that broke it all?

I just upgraded an Ubuntu 10.04 (Server Edition) to '2.6.32-36'. However, after doing that upgrade the server would not longer start and GRUB tells me that it is unable to read the header. I rebooted ...
0
votes
1answer
34 views

What AWS volume am I booted from and how do I change it if necessary?

I had an Ubuntu Lucid 10.04 instance running on an m1.small in AWS us-east region. A while back it had some issues (I think it was an AWS problem) anyway we started up a new one, attached our separate ...
0
votes
0answers
26 views

Why Do Certain (Ubuntu) Applications Prompt For SMB Printer Password?

I have an SMB connection to a Windows printer; the password is embedded in the connection. Certain applications, like gedit and vim will print to the printer without prompting for a password. Other ...
0
votes
1answer
22 views

Service generated content interaction with PHP

I have a daemonized service that generates content at /usr/share/service/content I need this content to be accessible from PHP. The service runs under a user named _service which belongs to the same ...
0
votes
2answers
98 views

CouchDB/xulrunner hang on Ubuntu 10.04 LTS

I have an Ubuntu 10.04 LTS box setup as a Chef server. This was all working fine until the first time the box was rebooted, after which the following three (possibly unrelated) things happened: ...

1 2 3 4 5 12