Displaying 20 results from an estimated 20000 matches similar to: "Ultra-slow DB connection / Reverse DNS"
2012 Dec 11
4
Gluster machines slowing down over time
I have 2 gluster servers in replicated mode on EC2 with ~4G RAM
CPU and RAM look fine but over time the system becomes sluggish,
particularly networking.
I notice when sshing into the machine takes ages and running remote
commands with capistrano takes longer and longer.
Any kernel settings people typically use?
Thanks,
Tom
-------------- next part --------------
An HTML attachment was
2015 Jul 13
2
Can't figure out how to restart VM after making config changes in virt-manager
I finally figured out my VNC configuration, so I can now run virt-manager to inspect and manipulate my VM.
I initially created the VM with "virt-install", but I haven't been able to see the console or do anything with it.
When I ran virt-manager, I tried to configure the vcpus (1->4) and change the boot order (cdrom, then disk, as I created the VM with an ISO).
When I made
2000 Jan 04
1
A clue to solaris problem?
Got this from one of my users today ...
==========
sshing did still work last week, but you had to use the blowfish
encryption protocol instead of 3des that is used by default.
==========
Marc G. Fournier marc.fournier at acadiau.ca
Senior Systems Administrator Acadia University
"These are my opinions, which are not necessarily
2007 Feb 05
3
Deploying to production with backgroundrb (capistrano)
I have noticed that occasionally (about 50% of the time) when i
deploy (using capistrano) my app to a production server, i have to
ssh into the box and manually
stop and start backgroundrb to get it to load my workers.
this is my basic setup
i have 2 workers:
lib/workers/mp3_worker.rb => takes a hash of params to downsample an
mp3
lib/workers/flv_worker.rb => takes a has of
2009 May 29
1
Kerberos with delegated domain
Ok, here is the set-up. We have a domain that is the main domain, it handles
DHCP and DNS for domain.edu. The DNS for domain.edu has NS records to
delegate domain.local to our Active Directory.
I am able to bind a machine just fine to the Active Directory without having
to change any of the client DNS settings (which poing to domain.edu). File
services work fine. I'm trying to work out single
2007 Jan 12
3
Large file storage in database
I''m in the planning stage of an app that will store images and short
video clips approximately 1 meg in size from user uploads. My partner
wants to use the database to store all of the files, mainly for scaling
purposes.
I recently built a similar app using the filesystem, but that was to be
run from a single machine. This new app will have 3 application servers
and a fileserver
2004 Jul 02
1
logon problems
I am really not sure if this is a samba problem or what, but is starting
to annoy me. Here is what is happening.
Server 1: Squid,squidguard,dansguardian,iptables (This is firewall/filter)
Server2: Samba (used for file storage and squid authentification)
Clients are Windows 98. A few XP's.
Everything has run fine for almost 2 years. The other day when trying
to log on to the internet,
2005 Sep 09
1
ssh from dom0 to domU
Hey,
I''m having a bit of difficulty sshing from Dom0 to DomU and vice versa, my
setup is as follows;
Xen-3.0-unstable, XenLinux kernel 2.6.12
Dom0 on Redhat EL 4
Dom1 on SuSE linux 9.1 (with the standard xenU kernel included with
xen-unstable)
The server it runs on doesnt have a nic installed (well it does, just
without drivers)
the suse config file sets the eth0 interface up as
2013 Mar 28
3
[LLVMdev] [cfe-dev] llvmlab (phased buildmaster) is in production mode!
On Mar 27, 2013, at 6:41 PM, Chandler Carruth <chandlerc at google.com> wrote:
>
> On Wed, Mar 27, 2013 at 3:57 PM, Michael Gottesman <mgottesman at apple.com> wrote:
> 3. Later phases do broader, longer lasting testing than earlier phases. Thus the 4 phases we currently have are:
>
> a. Phase 1 (sanity): Phase 1 is a quick non-bootstrapped, non-lto
2004 Apr 30
1
pam_winbind succeeds but pam_unix fails !
Hi, I am attempting to authenticate ssh access against users in active directory using winbind + pam . Unfortunately all they receive is "permission denied, please try again". A tail -f of /var/log/messages reveals :
Apr 30 12:32:41 HOST sshd(pam_unix)[3011]: check pass; user unknown
Apr 30 12:32:41 HOST sshd(pam_unix)[3011]: authentication failure; logname= uid=0 euid=0 tty=NODEVssh
2006 Oct 31
12
Moving page_cache_directory
Howdy. I''m working on a RoR CMS and need cached pages to all be in
public/cache rather than public [in order to set svn:ignore on all the files
properly]. I can get page_cache_directory set correctly and the pages are
cached in the right place but Mongrel isn''t serving them because it''s only
looking for them in public. During development I know I can set -r
public/cache
2019 Jan 25
1
Rsync to backup dbox with SIS
We will be deploying a replacement Dovecot server soon, and we are
planning to use maildir for the primary storage, but with an archive
namespace using mdbox (or perhaps sdbox), and SIS.
Our backup servers and (luke)warm spare server need to obtain full
copies of the mail store. For the maildirs I know I can simply use rsync
(we already use it here).
I'm a little wary of using rsync with
2023 Mar 01
2
Uniquely Identifying the Local TTY of an SSH Connection
Hi,
I'm working on a tool for persistent terminal sessions that works much
like tmux, and I would like to be able to make it so that people can
set things up so that when they ssh onto a remote host, they
automatically connect to a persistent session based on the local
terminal they are connecting from. The idea would be that users can
just type `ssh my-host` if their connection drops and
2006 Feb 13
2
Do I need separate file for each model
Hi,
I have some models in a file named genel. When I try to use one of the classes in my controller rails raises an error telling classname.rb is not forund even the file is required already.
require "genel"
require "hesaplar"
class HesaplarController < ApplicationController
def yeni_firma
@emlak_firmasi = EmlakFirmasi.new
@sehirler = Sehir.find_all
end
2003 Jun 19
5
Setting up 3.0 to authenticate to AD
After reading through the doc for setting up 3.0beta with ADS, I have gotten
it to work along the lines of the the doc said. I can use wbinfo -g or -u
top get the users and groups, I can use the net user or net group command to
do it as well. I can login with the kinit program, perfectly well as well.
Unfortunately, I cannot seem to connect to the linux machine from a Windows
machine. I keep
2006 Sep 20
17
Newbie : What is the number Rails adds in images URL, etc?
If I write :
<%= image_tag "rails.png" %>
I get in HTML :
<img alt="Rails" src="/images/rails.png?1158095722" />
What is the number at the end of the src tag ? What is it for ?
Thanks :).
Nicolas.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to
2006 Feb 15
3
RailsTidy: validates your HTML
Hello everybody,
I needed something to validates my HTML templates so I wrote a plugin
and here is its first version:
RailsTidy is a plugin for Ruby On Rails. It allows you to
* validate your rhtml templates,
* validate the html output of your functional tests,
* clean the html generated by rails.
For doing all this, it uses
* Tidy[1], the popular HTML validator and
2009 Sep 28
2
Regression line w/ residuals - tuning the plot
Hello everybody,
I am sure this is a beginners' problem which is being asked
recurrently every few months, but nevertheless I wasn't able to find
the answer searching through the r-help list.
So here is my problem: I would like to plot a set of points (y vs. x),
a (linear) regression line through them, and on the second graph
underneath the first one I would want to plot residuals vs. x.
2004 Nov 05
1
Using winbind authentication with Windows 2003 AD - SSH login failures
Hi all,
I have been trying to setup authentication of users on a Linux server
against Windows server 2003 using winbind.
I am at the point where an
su - ADUSERNAME
works, but sshing as that user still doesn't work.
When I try to ssh as an AD user as follows:
ssh -l "RILINUX+testuser" server.domain.com
I get the following output in /var/log/messages:
server pam_winbind[5906]:
2008 Mar 07
3
newbie question dovecot and ldap
Hello,
Please let me know how I can troubleshoot this - driving me crazy!
I have the following dovecot-ldap.conf file:
hosts = ldap.ucmerced.edu
dn=cn=natsciadmin,ou=Special Users,dc=ucmerced,dc=edu
dnpass=********
ldap_version = 3
base = ou=People,dc=ucmerced,dc=edu
deref = never
scope = subtree
user_attrs = uid
user_filter = (&(ou=Natural