I want to create a tar file consists of only *.h, *.cpp, and Makefile when i use this command: # tar cvzf test.tar.gz *.h *.cpp Makefile in the directory that...
Yenny Suryadi
yennys@...
Nov 3, 2006 12:15 am
51961
I have a server thats been serving me well for about 2-1/2 years. It's been running Debian Stable, Sendmail, Dovecot for pop3 & imap, SquirrelMail for webmail....
... Hash: SHA1 ... Yes, check the mail log. If there is nothing there, check the web server log, and the error logs in particular. - -- Michael Kjörling,...
... That will pick up Project1/src.c but not Project1/dir1/src.c -- Neil Bothwick Did you know that eskimos have 17 different words for linguist? [Non-text...
... Hash: SHA1 On Fri, 3 Nov 2006 11:32:23 +0000, Neil Bothwick <neil@...> ... There is no Project1/dir1/src.c according to the OP's postulate. The ...
... All the OP said was "2. All of the project 1 till 4 have *.h, *.cpp and Makefile in it". He did not specify whether or not there were sub-directories....
... That's an assumption. Nothing was specified either way, you assumed that the lack of mention of sub-directories meant that none existed. The reason I...
... Doesn't that just recurse into whatever is specified on the command line? By that time, the glob patterns have already been expanded by the shell anyway....
On Fri, 3 Nov 2006 11:12:46 +0000 ... I've been so frustrated that I didn't even think of looking at the web logs. One of the puzzling things is that the mail...
On Fri, 3 Nov 2006 08:51:37 -0800 ... I watched syslog while trying to send email via SquirrelMail and saw: Nov 3 09:29:36 missy sendmail[20847]: NOQUEUE:...
On Fri, 3 Nov 2006 18:04:17 +0100 ... Safe mode is set "Off". Because of the previous email I sent, I think that it may be a permissions problem. Looking...
On Fri, 03 Nov 2006 11:49:09 -0600 ... Apache running as www-data on Debian. Let me check that out on my other machines (not servers but also running Debian...
On Fri, 3 Nov 2006 10:29:50 -0800 ... Three other machines running Debian Stable have the same permissions. One of those machines is where I do development...
... Ok, Apologies for the late reply. Well, it looks like jabber is working, and here is how I did it (just for documentation). [I wrote it as a debug to send...
On Fri, 3 Nov 2006 20:10:56 +0100 ... Aha! Smart man! -rwxr-sr-x 1 root dovecot 706732 Aug 29 16:18 sendmail This makes sense regarding the error I'm being...
... Hash: SHA1 On Fri, 3 Nov 2006 21:25:12 +0100, Godwin Stewart ... Sorry, my mistake. Theoretically, all you have to to is chgrp the sendmail binary back to ...
On Fri, 3 Nov 2006 21:42:55 +0100 ... If I'm understanding correctly, that should solve my mail log problem too because it is set with the same group...
... Hash: SHA1 ... That's not the binary, that's a symbolic link. Find where it points to and find the permissions of that file. By the way, please also trim...