Displaying 20 results from an estimated 20000 matches similar to: "Net::SMTPUnknownError"
2006 May 16
2
mysql problems
I installed plesk(first mistake at least here..<G>) and it got in my way 
in some area more than it helped.  The first thing it did was deny root 
access to mysqld and i could not find the username and password for 
adding another database.  I removed plesk and mysql.  when i used yum to 
reinstall mysql i was then told root @ localhost was denied.  I removed 
mysql again and nuked all of
2009 Mar 05
2
Can't connect to local MySQL server through socket...
I just did an unwanted mysql upgrade and am now unable to start the
mysql service.
After doing some searching the common solution is to just create a
symlink
   ln -s /var/run/mysqld/mysqld.sock /tmp/mysql.sock
The issue for me is I don''t have the file I am trying to symlink to
(/var/run/mysqld/mysqld.sock)
If I try to start mysql manually (mysql start) I get the error:
# mysql start
2006 Aug 02
1
how to change rails mysql socket PATH from /var/run to /var/lib?
i have an app im installing that tries look for mysqld.sock in
/var/run/mysqld/mysqld.sock and mysql puts it at  /var/lib/mysql/mysql.sock.
if i point mysql at /var/run the app works i.e mysqld
-socket=/var/run/mysqld/mysqld.sock; if i don''t i get an error that goes "
Showing app/views/articles/index.rhtml where line #35 raised:
No such file or directory -
2011 Aug 26
1
Asterisk spontaneous reboot
Hello,
Today I restart the MySQL-DB (/sbin/service mysqld restart) and I could 
no longer connect to asterisk (/usr/sbin/asterisk -r) for a few seconds.
There is now a core dump present in /tmp :
-rw------- 1 root root  88M Aug 26 08:07 
core.sip.pbx.tld-2011-08-26T08:07:35+0200
How can I get usefull information about what went wrong ? Because a 
spontaneous reboot of Asterisk has never
2013 May 15
1
staging deploy connected to production database
I''m not sure why but I have both a staging and production deploy using
the ''capistrano/ext/multistage'' gem. I set staging to the default:
set :stages, ["staging", "production"]
set :default_stage, "staging"
It deploys correctly to the right path:
#deploy/staging.rb
set :deploy_to, "/home/myuser/public_html/mysite/"
But it
2006 Dec 14
4
need help rubyonrails/mysql problem
Hi everybody,
I am new in rubyonrails, and I am trying to learn it so I try to
implement tht examples in the agile web developement with rails. I have
stopped when I want to use scaffold. as it is mentionned in the book:
ruby script/generate scaffold Product Admin
but i get an error: it said no such file or directory /tmp/mysql.sock
I have checked my configuration of mysql and i found that mysql
2007 Jun 26
0
ActionMailer testing errors rescue... Net::
I am testing various mails sent by my app   (on localhost with Postfix
- OS X of course...)
no proble when postfix is running..
but if Postfix is not running I don''t have any raised error...
I tried using the NET lib...
rescue Net::SMTPFatalError,  Net::SMTPServerBusy, Net::SMTPUnknownError,
Net::SMTPSyntaxError, TimeoutError
no matter cannot get an error...
any info or link will be
2005 Sep 04
4
mysql
I just installed CentOS 3.5.  Included in the install was mysql.  When 
trying to start it using: service mysqld start.  The system responds 
with mysqld not recpognized as a service.  When trying to use 
/usr/bin/mysql I receive this error: ERROR 2002: Can't connect to local 
MySQL server through socket '/var/lib/mysql/mysql.sock' (2).  A search 
of the system does not reveal
2011 Oct 11
3
/etc/init.d/mysql =fail mysqld=success
Hello.
This is my mysql-server.pp file, both master and client are runing
ubuntu.
--------------------
class mysql-server {
  package { "mysql-server": ensure => installed }
  package { "mysql-client": ensure => installed }
  service { "mysql":
    enable => true,
    ensure => running,
    require => Package["mysql-server"],
  }
  file
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
2009 Nov 05
4
MySQL installation problem
Hi;
It's been a while since I controlled my own server and I'm rusty. Trying to
install mysql
yum install mysql
All looks well. Here's what happens:
[root at 13gems www]# mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'/var/lib/mysql/mysql.sock' (2)
[root at 13gems www]# mysql -u root -p
Enter password:
ERROR 2002 (HY000): Can't connect to
2007 May 23
1
Asterisk Realtime problem
Hi,
I have installed asterisk-1.4.4 and asterisk-addon-1.4.1.
I followed every step to configure RealTime but something is not working 
properly; the warning that I am geting is:
WARNING[32709]: config.c:1229 find_engine: Realtime mapping for 
'sippeers' found to engine 'mysql', but the engine is not available
WARNING[1359]: config.c:1229 find_engine: Realtime mapping for 
2013 Sep 13
2
MySQL 5.1.69 at CentOS 6.4 doesn't know enable-named-pipe?
Hello,
I've only had experience with PostgreSQL sofar,
but have now to install MySQL (and WordPress)
on a CentOS 6.4 /64 bit server.
I have installed the mysql-5.1.69-1.el6_4.x86_64
package and executed the following commands:
# chkconfig mysqld on
# service mysqld start
# /usr/bin/mysqladmin -u root password 'xxxxx'
# /usr/bin/mysql_secure_installation
Then I've noticed that
2008 Dec 02
3
mysql question
Hi
?
Do you know any good mysql mailing list?
?
I have question what is the different between 
?
/var/lib/mysql/mysql.sock
/var/lib/mysql/mysqld.sock
Thank you
      __________________________________________________________________
Instant Messaging, free SMS, sharing photos and more... Try the new Yahoo! Canada Messenger at http://ca.beta.messenger.yahoo.com/
-------------- next part
2009 Sep 12
1
mysql query logging
Nothing I have done so far seems to work
# cat /etc/my.cnf
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1
max_allowed_packet=2MB
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
2013 Dec 16
2
MySQL stale socket
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have a server with a faulty power supply that resets the server every 4/5
hours.
While I wait for the supplier to change the PS, I am facing an issue with MySQL.
When the system comes back on, mysqld script starts the daemon, but the
connections via /var/lib/mysql/mysql.sock don't work because MySQL doesn't
delete and recreate the stale
2006 Sep 30
3
Domain setup w/ RoR & Plesk
Hi all. I have Rails installed on a dedicated virtual server that''s
running Plesk.
I''ve been told by my hosting service that removing or altering Plesk''s
default domain root folder (httpdocs) is likely to muck things up.
So what''s my best option for setting up rails apps, given that I can''t
create them as the domain root?
2005 Feb 12
0
problem with plesk on centos
Hi,
Am running CentOS with plesk 7.5.1 and get this error trying to use the
updater in Plesk which updates Plesk plus adds dependencies that Plesk might
need:
Preparing for packages installation...
----- begin of output -----
Installing perl-CGI-2.81-88.7.i386.rpm
warning: /root/psa/PSA_7.5.2/RHel3_std.updates/perl-CGI-2.81-88.7.i386.rpm:
V3 DSA signature: NOKEY, key ID db42a60e
file
2011 Jul 20
3
MySQL ERROR - UNKNOWN_MYSQL_USER
This is strange behavior because as soon as I start mysqld 
with a clean error log, I get the following messages:
110720 21:38:47 [Note] /usr/libexec/mysqld: ready for 
connections.
Version: '5.5.14-log'  socket: '/var/lib/mysql/mysql.sock'
port: 2500  MySQL Community Server (GPL) by Remi
110720 21:38:48 [Warning] Access denied for user 
2005 Aug 10
1
Centos 4.1 running in domU Mysql won''t start
Hi Guys,
I''m trying to figure out why Mysql won''t start on this domU and I''m 
hoping you can help.  Here''s what I''m getting:
[root@neriah ~]# service mysqld start
Timeout error occurred trying to start MySQL Daemon.
Starting MySQL:                                            [FAILED]
[root@neriah ~]# tail /var/log/mysqld.log
050810 04:21:09  mysqld