Displaying 20 results from an estimated 100 matches similar to: "Fatal: Dovecot is already running"
2005 Aug 19
3
WEBrick OS X StartupItem?
Is it possible to create a Startup Item for WEBrick? My startup item,
named swu, works fine when I run it from the command line, just not
when the computer is starting up. I''m wondering if some resources are
missing for ruby to load at this point... or something. Here''s output
from /var/log/system.log... Any suggestions would be appreciated.
Aug 18 21:18:58 localhost
2009 Jan 24
2
nginx and mongrel, more info
Hello,
Where I can find more info on how to nginx and mongrel boot when the
machine reboots ?
In os x, please. In Linux world I found some scripts but they don''t work
and don''t go in the same place as OS X.
thanks,
r.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
2008 May 07
2
How do I increase the fd limit on OS X?
Hi All,
I just upgraded to the new 1.1rc5 from 1.0 that I had been using and it
advised me to increase the file descriptor limit. I'm not sure how to
do this. There is a command built into tcsh that allows me to do this
called limit, but sudo limit 4224 doesn't work, and usually dovecot is
started from the rc.local file if I recall right, and I'm not sure how
to set this up from
2007 Apr 30
10
mount type and ensure => present on OS X
Hello all.
There is some strange thing going on with our OS X clients.
We have created a package which is run via SystemStarter. What it does?
It parses /etc/fstab and mounts the NFS directories mentioned there.
This is needed since we want to have static mounts and the
NetInfo-automounter combination does not do static mounts (even with
ttl=0 set for the mount, which is supposed to do a
2006 Jun 18
0
[ win32utils-Bugs-4699 ] Service dependencies are not being created properly
Bugs item #4699, was opened at 2006-06-07 19:21
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=4699&group_id=85
Category: win32-service
Group: Code
>Status: Closed
>Resolution: Accepted
Priority: 3
Submitted By: Scott Harper (sharperct)
Assigned to: Park Heesob (phasis68)
Summary: Service dependencies are not being created properly
Initial
2016 Dec 26
1
change in CTDB-howto
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I did a little change in my howto for Gluster and CTDB. Because of a
bug in all debian based distributions a glusterfs filesystem will not
mount during systemstart.
What I did? I removed the mountpoint from /etc/fstab and created a
systemd target.mount file /etc/systemd/system/glusterfs.mount.
Important is, that the name of the file MUST be the same
2006 Feb 10
0
Any way to grep through fast moving consolemessages?
Yeah I do this,
1. create 2 ssh sessions to the same box,
2. on the first session do `script -f /tmp/astcli`
3. `asterisk -r` (and whatever other options you need
4. on the second session `tail -f /tmp/astcli | grep -i 'bob'` (on
the grep you may have to ignore control chars if you have colour at cli,
I think that's the -a option)
then you can modify the grep to look for any
2006 Jun 06
0
Re: [ocruby] iteration A1 in ebook: scaffold gets: routing error
At 02:42 AM 6/6/2006, you wrote:
>hi, on page 82 of second edition, getting stuck after
got past that, must have been doing something wrong. ended up writing
the script below:
thanks
set -x
base=i:/work
PATH=/cygdrive/$base:$PATH
name=depot
cd $base
rm -rf depot
ls
mysqladmin -f -u root drop ${name}_development
mysqladmin -u root create ${name}_development
mysqladmin -f -u root drop
2008 Sep 03
23
error connecting to mysql
i was trying to setup an application checked out from svnin my local
machine. i managed to do all that is required except when it came to
the step of creating databases for the application, when i tried to
connect to mysql i got this error
ERROR 2002 (HY000): Can''t connect to local MySQL server through socket
''/var/lib/mysql/mysql.sock'' (2)
i have spent more than 5
2010 Aug 17
2
multcomp issues on MAC OSX 10.6.4
Dear R-help list.I'm not big on programming, but I have a weird error on a couple of packages when trying to install them. I hope someone could help me :-).System: MacBook Pro (1.0) with OS X 10.6.4
R: Installed from web binaries: R version 2.11.1 (2010-05-31)
> Sys.getlocale()
[1] "en_GB.UTF-8/en_GB.UTF-8/C/C/en_GB.UTF-8/en_GB.UTF-8" I have been trying all day to install the
2017 Nov 17
0
Log rotation and combining...
I believe you need a 'create' statement to set the permissions. Here
is an example for mariadb:
/var/log/mariadb/general.log
/var/log/mariadb/slow_query.log
/var/log/mariadb/error.log
/var/log/mariadb/mariadb.log {
??????? create 640 mysql mysql
??????? daily
??????? minsize 30M
??????? notifempty
??????? rotate 3
??????? missingok
??????? compress
??????? sharedscripts
???????
2017 Nov 17
0
Log rotation and combining...
Hi,
Your crontab should normally mail you error output. But you can also run
the logrotate command manually, in verbose mode.
Kind regards,
Tom
On 17-11-17 03:35, SH Development wrote:
> That doesn?t seem to work either. Where do I find logs for log rotation to see the reason it failed?
>
> Ethon
>
>
>
>> On Nov 16, 2017, at 7:53 PM, Bill Shirley <bill at
2009 Aug 31
1
mysql error
Hi List i'm trying to setup my sever but in my terimal all i seam get is this message but cant go on .
could someone help us out
many thx's
Mike
yum install mysql mysql-server
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.optus.net
* updates: mirror.optus.net
* addons: mirror.optus.net
* extras: mirror.optus.net
Setting up Install Process
2017 Nov 18
0
Log rotation and combining...
HI,
Do you have selinux activated? Maybe the context for logrotate does not
allow accessing files under /home, and the root cli is not troubled by
such a limitation? Why are you storing log files under /home anyway?
Note: I don't use any OS with selinux, so can't really help with fixing
this an issue.
Regards,
Tom
On 17-11-17 22:42, SH Development wrote:
> So, the question is, why
2016 Oct 10
2
another little howto, this time for CTDB
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
here is a nother howto to set up a CTDB-Cluster together with GlusterFS.
https://www.kania-online.de/wp-content/uploads/2016/10/ubuntu-cluster.tx
t
Stefan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iEYEARECAAYFAlf7ttYACgkQ2JOGcNAHDTYdWQCgsjoQa0W1G/SMYM0PeoAC6Ly0
I7gAnAzSHI+PtTEMmcdVdfV6CkFDNqCi
=jsDs
-----END PGP
2017 Nov 17
2
Log rotation and combining...
That doesn?t seem to work either. Where do I find logs for log rotation to see the reason it failed?
Ethon
> On Nov 16, 2017, at 7:53 PM, Bill Shirley <bill at KnoxvilleChristian.org <mailto:bill at KnoxvilleChristian.org>> wrote:
>
> I believe you need a 'create' statement to set the permissions. Here
> is an example for mariadb:
>
2009 Aug 05
2
MySQL noob question: Where can I find the database when I create one?
See my screenshot of the command here.
http://a.imagehost.org/0843/mysqladmin.png
When I type the following:
mysqladmin create <database_name> --user=root --password=xxxxxxxx
Is my command executed simply by pressing "Enter" after the command?
Am I missing some syntax?
If the command has been executed , what directory can I find this
database?
How does this relate to MySQL
2008 Sep 22
0
проблема gem install mysql CenOS
Всем Привет.
Пытаюсь по руководству ( http://www.html-blog.ru/2008/8/26/rails-on-agava-vps
), поставить rails на CentOS 5.2.
Когда пытаюсь поставить gem install mysql, получаю:
Building native extensions. This could take a while...
ERROR: Error installing mysql:
ERROR: Failed to build gem native extension.
/usr/bin/ruby extconf.rb install mysql
checking for mysql_query() in
2007 Dec 02
0
Rails Tutorial - mySQL doesn't connect in InstantRails...
For those of you familiar with InstantRails or even MySQL I guess, I''m
working through the Agile Depot tutorial, and when I tried to create the
DB I got the following:
C:\work\depot>mysqladmin -u root create depot_development
mysqladmin: connect to server at ''localhost'' failed
error: ''Can''t connect to MySQL server on ''localhost''
2014 Oct 06
2
restarting mysql databases
I am doing an install of a mysql system, and decided that I needed to
change some things like host name. So I have to go back to square one
with the mysql setup, but can't find any instructions for this. I TRIED:
mysql_install_db
And it did SOMETHING, but
mysqladmin -u root password 'mypass'
failed with:
mysqladmin: connect to server at 'localhost' failed
error: