When login through a terminal into my Ubuntu 9.10 Server, I see the following message:
=> There is 1 zombie process.
How can I identify this zombie process?
I use Gmail and Mac's Mail for emails.
It seems that you can use git am only with a terminal's Mail in OS X/Ubuntu.
I apparently need to set up my ~/.mailrc such that
# gmail account
account gmail {
set from="[email protected] (Masi Masi)"
set sendmail="/usr/bin/msmtp"
set message-sendmail-extra-arguments="-a gmail"
}
I run
mail [email protected]
I get
Unknown command: "account"
How can you use Gmail for Mail such that I get my mails' patches to git am?
I'm using 64-bit TortoiseSVN on a 64-bit Windows 7 Professional. Every so often a checkout or update will fail with an error message like the following:
Error: Can't move
Error: '[...]\\.svn\tmp\entries'
Error: to
Error: '[...]\\.svn\entries':
Error: The file or directory is corrupted and unreadable.
then CHKDSK runs after reboot, which makes me nervous.
Does anyone know why this might be happening or how I can avoid it?
Hi
I've been having a problem getting phpmyadmin to work consistently on my XP desktop and laptop computers for months now. When I type into Chrome's browser on both machines, localhost/phpmyadmin, I kept getting Error #1045 Access Denied for user at root@localhost (using password yes).
Eventually, I realized that I had two (2) versions of mysql installed (XAMPP and MySQL Server 5.1) on both machines. So I uninstalled the MySQL Server 5.1I from the desktop and phpmyadmin worked. But when I uninstalled MySQL Server 5.1 from my laptop, it did not work. But I realized I could still get into MySQL Commandline Client using my password and that my databases were still intact. So I uninstalled and reinstalled XAMPP on the laptop and phpmyadmin worked after that.
Now I have a new problem. On phpMyAdmin's home page has a message at the bottom:
Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole by setting a password for user 'root'.
So I located the following lines in config.inc.php file:
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
and I just changed the last 2 lines as follows:
$cfg['Servers'][$i]['password'] = 'mypassword';
$cfg['Servers'][$i]['AllowNoPassword'] = false;
As soon as I did that and I tried to access phpmyadmin again, I got the Error #1045 message again, but when I tried https://localhost/phpmyadmin/ I got a red page saying this sites certificate is not trusted would you like to proceed anyway. And now it only works using https.
I would really like to settle all my phpmyadmin problems once and for all so here are my questions:
1. Why does my laptop only access phpmyadmin via https?
2. How do I change my password in my configuration file?
Also, if you have any other tips regarding phpMyAdmin, they are very welcome. Thanks in advance
I have installed and configured policyd 2.0.8 according to INSTALL document in installation directory. My webui works fine, no problem reported in logs.
And then I setup some quotas on Default policy.
Quota:
- Policy: Default
- Name: Sending quota
- Track: SenderIP:/24
- Period: 3600
- Verdict: REJECT
- Data:
- Disabled: no
Limits:
- Type: Message count
- Counter limit: 2
- Disabled: no
But, problem is that I'm still able to send as manu messages as I want. Perhaps I missing something?
When I run any svn command on my Mac (eg, svn help), I get the following error message:
svn: Mismatched RA version for 'neon': found 1.6.2, expected 1.6.5
What did I do, and what is the simplest way to rectify this problem?
I'm looking at message queueing for client/server communication in a new product. One of the problems with MSMQ is that it's not installed by default on most Windows desktops, and that it doesn't seem to be available as a redistributable for inclusion in our MSI.
Given that the administrator will have access to Microsoft SMS or ConfigMgr or similar, how do I persuade them that it's easy to install? That is: how do I automate installation of the MSMQ components?
I'm working towards getting NGINX working with PHP5 in fastcgi mode. I've grabbed a config from the net and followed the instructions, and tried starting the service, which throws the message below.
root@zedfastdev:/var/www/nginx-default# /etc/init.d/php-fastcgi restart
* Restarting php-cgi in external FASTCGI mode php-fastcgi [fail]
I have 11 email accounts (work etc). When I'm creating a new message, the "from:" field is a dropdown list of my email accounts I wish to send the email from.
They are in the order of how I setup my accounts initially, frustrating in hindsight, having not known how I create my accounts (what order) would be a convenience issue down the road.
So, does anyone know how to modify the sort order of mail accounts?
I'm trying to install my wireless drivers (which uses a broadcom card). I tried to install them using the restricted drivers offered on my Ubuntu CD. However when I clicked activate it got about halfway through the install process before it gave me this error message:
SystemError: installArchives() failed
How can I correct this?
Normally, Google Chrome Canary cannot be set to be the system's default browser - it shows the following message in its settings:
This is a secondary installation of Google Chrome, and cannot be made your default browser.
They have good reasons, but nevertheless I want to use it as my default. How can I set Google Chrome Canary as the default browser on Windows 8?
I found numerous solutions online about previous Windows versions, all revolving around editing the registry, and unfortunately none of them were able to solve this for me.
I have this very strange problem with a website. The site works normal when coming from a webbrowser which is non-mobile. But when trying to reach the site via a mobile device (tried different browsers) it doesn't get to the website.
The only error I see is:
This website is not available and the message is:
DNS_PROBE_POSSIBLE
Does anyone know where I should look for the problem. The website is based on Joomla.
The Url of the site is: http://bit.ly/1bOToII
I want to "burn" 3 DOS 6.22 floppy disks. I have 3 .img files but I can't "burn" these .img files onto a floppy. I get the message that the file is too big for the target.
What tool can I use (I used one in the past but I don't remember which one...) to "burn" .img file to the floppy disk?
We have a multi site setup currently based around Exchange 2003, but we are getting a lot of traffic over the vpn as only one server has an internet facing IP.
Is there such a product that could sit on a hosted rack somewhere that would look at an incoming email and from information in AD determine which mail server to relay the message to?
When i try to do a make menuconfig in a Fedora 11 machine it is throwing the following error message:
[root@PC04 kernel]# make menuconfig
HOSTCC -static scripts/basic/fixdep
scripts/basic/fixdep.c: In function âtrapsâ:
scripts/basic/fixdep.c:377: warning: dereferencing type-punned pointer will break strict-aliasing rules
scripts/basic/fixdep.c:379: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2
Please help me on this issue? How can i solve this?
Thanks,
Sen
I'm looking for a, preferably free, NTP Server for Windows Server 2003/2008. We have already tried the built in Windows Time Server, but our tests did show that it is not very accurate, we see time differences up to 500ms. The max time difference we can allow for our application is ~100ms.
Now we have already used the Meinberg NTPd for Windows. It works great except we have one big issue with it: If there is a network connection problem between the client and server, the ntp server is in a panic state It won't give the client a new time until we restart the ntp service. This is a big issue which has caused us some trouble. It was working fine for months until there was a network problem we didn't notice, we only noticed it after a week when the time difference was already 30 sec. on the clients.
So please suggest some alternative NTP Server for windows. I did Google but I get a lot of unrelated search results.
Edit:
So far the ntpd windows version was very accurate and I'd like to stick with it. The only problem is the "panic state" after a network disconnect. Maybe some knows here what the cause of this is and how to fix it.
Also, I forgot to mention that we have a server/client setup like this:
Server1 -- Server2 -- Server3 -- Client1
-- Client2
-- Client3
So Server2 gets its time from Server1, Server3 gets its time from Server2, and the Clients get their time from Server3. Also, there are clients connected directly to Server2. It is important that all Servers and Clients have the exact same time (within ~100ms)
Now there was a network problem with Server3 and its clients. The servers run the ntpd port for Windows, which acts as NTP server and client. The clients have Dimension4 as NTP client. After the network problem, the error message in D4 was something like this (out the top of my head, don't have the exact error message):
Server response: The server is in a panic state (could not sync clock)
I read through the ntpd docs, and the only mention of "panic" is when the time difference is 10000 seconds which will cause to exit the ntpd server but this was not the case. Also there is a "-g" command line switch to disable the panic exit, but it is already set by default.
Any ideas what could cause the panic state and how to get rid of it next time?
I have a server running on windows server 2008. Recently we created a domain and added it to the domain. A domain user account was created with same username and password as my previous local administrator account. Now I unable to login using my local account. I tried loggin in using SERVERNAME\Username, but it is giving incorrect password error message. Is there any way I can retrieve or create a new local administrator account on a domain computer
I can not dump my MySQL-Databeses, however here's the error message:
Cannot load from mysql.proc. The table is probably corrupted
Also mysql_upgrade seems not to work:
# mysql_upgrade
Looking for 'mysql' as: mysql
Looking for 'mysqlcheck' as: mysqlcheck
Running 'mysqlcheck with default connection arguments
mysqlcheck: Got error: 1045: Access denied for user 'root'@'localhost' (using password: NO) when trying to connect
FATAL ERROR: Upgrade failed
What does that mean ?
I'm having trouble with the Gmail yellow notification area disappearing too quickly in Google Chrome. For reference, I am talking about the notification that appears at the top of Gmail after archiving or deleting a message from a web browser.
I tried it on IE9 and it works fine. I have also cleared the cache and cookies on Chrome and the issue persists. Has anybody run into this on Chrome and know of a solution?
I am trying to get postfix working, and when I test it using mail user I enter the subject, message, ect and get the following error:
mail: /usr/sbin/sendmail: No such file or directory
Can't send mail: sendmail process failed
Why is it talking about sendmail? I deleted that a long time ago and am using postfix. Is it still hanging around somewhere and the mail command thinks it should be using sendmail?
My Win 7 computer locked up, so I shut it down (holding down the power button till it shut off).
Logging back on, I got an error message that it couldn't load my profile (like I'm entering the wrong password).
I logged on the guest account, but can't change anything because it won't accept my password.
Is this a serious problem or do I just need to reset the password with one of the options available on your site?
I am using proftpd and on every login I get the following message:
Apr 4 08:26:23
mydomain proftpd[4240]:
mydomain.com (xxx.xxx.xxx.xxx[xxx.xxx.xxx.xxx]) -
FTP session opened.
Apr 4 08:26:23
mydomain proftpd[4240]:
mydomain.com (xxx.xxx.xxx.xxx[xxx.xxx.xxx.xxx]) -
Preparing to chroot to directory 'path-to/domain'
Can anyone explaom to me what this means. Everything works fine however, the are no other messages except for these 2.
I tried to setup a Pygopherd on my server. The default setup works fine, but when I try to change the gophermap to point to a new directory with a new file, I get an error message in my gopher client:
--- [1] '/path/to/gopher/newdir' does not exist (no handler found)
First I thought this is caused by the chroot in which pygopherd runs as default. But when I disable the chroot, the same error comes up.
Did anyone successfully set up pygopherd or knows about a better gopher server?
I have an application (.exe) which I am running via a scheduled task on Windows Server 2008 R2.
The task runs fine but when the .exe returns a non-zero exit code the task is still successful when it should fail.
I get this message:
Task Scheduler successfully completed
task "\CustomerDataSourceETL - Whics"
, instance
"{a574f6b4-2614-413c-8661-bc35eaeba7cd}"
, action
"E:\applications\CCDB-ETL\CustomerDataSourceETLConsole.exe" with return code 214794259.
How can I get task scheduler to detect that the return code is 0 and fail the task?