Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

linux · This is a mailing list for Linux

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1008
  • Category: Linux
  • Founded: Apr 7, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 51960 - 51989 of 62878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
51960 Yenny Suryadi
yennys@... Send Email
Nov 3, 2006
12:15 am
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...
51961 Raquel
RaquelRice Send Email
Nov 3, 2006
5:47 am
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....
51962 Michael Sullivan
msulli1355 Send Email
Nov 3, 2006
9:10 am
... This command will help you find the files you want your tar command to package: find . *.h *.cpp Makefile...
51963 Neil Bothwick
wirenetuk Send Email
Nov 3, 2006
10:03 am
... find -name '*.c' -o -name '*.h' -o -name 'Makefile&#39; | tar -cf archive.tar --files-from - -- Neil Bothwick I yam Popeye o'de Borg. Preparez ta be...
51964 Godwin Stewart
grschinon Send Email
Nov 3, 2006
10:38 am
... Hash: SHA1 On Thu, 02 Nov 2006 17:02:46 +0700, Yenny Suryadi <yennys@...> ... $ tar -czf projects.tar.gz Project[1-4]/{*.{cpp,h},Makefile} You need...
51965 Michael Kjorling
sm0yby Send Email
Nov 3, 2006
11:23 am
... 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,...
51966 Neil Bothwick
wirenetuk Send Email
Nov 3, 2006
11:35 am
... 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...
51967 Godwin Stewart
grschinon Send Email
Nov 3, 2006
11:50 am
... 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 ...
51968 Jim Reimer
jdreimer Send Email
Nov 3, 2006
12:38 pm
... <snip> How 'bout just using tar's --recursion option? -- -jdr-...
51969 Neil Bothwick
wirenetuk Send Email
Nov 3, 2006
1:09 pm
... 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....
51970 Godwin Stewart
grschinon Send Email
Nov 3, 2006
1:18 pm
... Hash: SHA1 On Fri, 3 Nov 2006 12:04:35 +0000, Neil Bothwick <neil@...> ... Precisely. People trying to help shouldn't have to make assumptions....
51971 Neil Bothwick
wirenetuk Send Email
Nov 3, 2006
4:31 pm
... 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...
51972 Neil Bothwick
wirenetuk Send Email
Nov 3, 2006
4:38 pm
... 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....
51973 Raquel
RaquelRice Send Email
Nov 3, 2006
4:52 pm
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...
51974 Godwin Stewart
grschinon Send Email
Nov 3, 2006
5:09 pm
... Hash: SHA1 On Fri, 3 Nov 2006 08:51:37 -0800, Raquel <raquel@...> ... If mail logs aren't being written then it's fairly safe to assume that ...
51975 Raquel
RaquelRice Send Email
Nov 3, 2006
5:46 pm
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:...
51976 Raquel
RaquelRice Send Email
Nov 3, 2006
5:57 pm
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...
51977 Michael Sullivan
msulli1355 Send Email
Nov 3, 2006
6:12 pm
... Did you check to make sure that your system logger is running?...
51978 Godwin Stewart
grschinon Send Email
Nov 3, 2006
6:12 pm
... Hash: SHA1 On Fri, 3 Nov 2006 09:37:32 -0800, Raquel <raquel@...> ... What are the permissions on your sendmail binary? On my Linux system I ...
51979 Michael Sullivan
msulli1355 Send Email
Nov 3, 2006
6:21 pm
... Is whatever user your webserver uses (probably apache unless you're using suphp) in the smmsp group?...
51980 Raquel
RaquelRice Send Email
Nov 3, 2006
6:32 pm
On Fri, 3 Nov 2006 19:03:07 +0100 ... On the machine in question, it's: lrwxrwxrwx 1 root root 26 Nov 1 18:19 sendmail -- Raquel ...
51981 Raquel
RaquelRice Send Email
Nov 3, 2006
6:36 pm
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...
51982 Raquel
RaquelRice Send Email
Nov 3, 2006
6:58 pm
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...
51983 Godwin Stewart
grschinon Send Email
Nov 3, 2006
7:19 pm
... Hash: SHA1 On Fri, 3 Nov 2006 10:29:50 -0800, Raquel <raquel@...> ... That's not the binary. Note the "l" in the first column indicating that ...
51984 Ajay Gautam
ajaygautam Send Email
Nov 3, 2006
7:49 pm
... 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...
51985 Raquel
RaquelRice Send Email
Nov 3, 2006
8:12 pm
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...
51986 Godwin Stewart
grschinon Send Email
Nov 3, 2006
8:31 pm
... Hash: SHA1 On Fri, 3 Nov 2006 11:29:10 -0800, Raquel <raquel@...> ... It definitely is. You need to change dovecot's GID to smmsp and chgrp...
51987 Godwin Stewart
grschinon Send Email
Nov 3, 2006
8:47 pm
... 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 ...
51988 Raquel
RaquelRice Send Email
Nov 3, 2006
9:01 pm
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...
51989 Michael Kjorling
sm0yby Send Email
Nov 3, 2006
9:08 pm
... 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...
Messages 51960 - 51989 of 62878   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help