Re: wildcards and NFS...

2007-10-26 Thread David Brodbeck
/255.255.255.0 (rw,sync,no_root_squash) The original example doesn't work because wildcards are only valid for hostnames, not for IP addresses. The tricky thing is they can *appear* to work with IP addresses under certain circumstances. Sometimes they will appear to work at first and then fail

Re: wildcards and NFS...

2007-10-26 Thread Steve Kemp
On Fri Oct 26, 2007 at 13:01:39 +0200, Bruno Boettcher wrote: > so i added the following line to the /etc/exports > /home/bboett/mp3/ 192.168.0.*(ro,insecure,root_squash,subtree_check) I do this just fine with: /mnt/mp3 192.168.1.0/255.255.255.0 (rw,sync,no_root_squash) Steve -- # The Debi

Re: wildcards and NFS...

2007-10-26 Thread Owen Townend
Hey, Try using this notation instead: /home/bboett/mp3/ 192.168.0.0/24 (ro,insecure,root_squash,subtree_check) cheers, Owen. On Fri, 2007-10-26 at 13:01 +0200, Bruno Boettcher wrote: > hello > > want to dispatch music from one computer through my house so i exported > the mp3 directory by nfs. >

wildcards and NFS...

2007-10-26 Thread Bruno Boettcher
hello want to dispatch music from one computer through my house so i exported the mp3 directory by nfs. the problem is that most other comps in the house go by DHCP... so i added the following line to the /etc/exports /home/bboett/mp3/ 192.168.0.*(ro,insecure,root_squash,subtree_check) but this

Exim4 router, makes use of wildcards

2005-08-07 Thread Brent Clark
Hi Kricky I just realised I should try and ask this question here I have an Exim4 router like so account_bookings: debug_print = "R: account_bookings for [EMAIL PROTECTED]" driver = accept domains = +local_domains local_part_suffix = -*-bookings #local_part_suffix_optional #check_local_user tra

AW: Apache Include directive with wildcards???

2004-03-12 Thread Simmel
://httpd.apache.org/docs/mod/core.html#include The include directive should allow wildcards. But when I try this on my debian woody box it won't work. I put: Include /home/*/vhost.conf or Include /etc/apache/vhosts/*.vhost and I get: fopen: No such file or directory apache: could not

Apache Include directive with wildcards???

2004-03-12 Thread A. Loonstra
According to the apache documenation http://httpd.apache.org/docs/mod/core.html#include The include directive should allow wildcards. But when I try this on my debian woody box it won't work. I put: Include /home/*/vhost.conf or Include /etc/apache/vhosts/*.vhost and I get: fopen: No

IAB Statement on DNS Wildcards

2003-09-20 Thread moseley
http://www.iab.org/documents/docs/2003-09-20-dns-wildcards.html "Proposed guideline: If you want to use wildcards in your zone and understand the risks, go ahead, but only do so with the informed consent of the entities that are delegated within your zone." -- Bill Moseley [EMAIL

Re: A simple question about wildcards with tar

2001-10-04 Thread Yvonne Kelly
-Original Message- From:Walter Landry [EMAIL PROTECTED] Sent:Wed, 03 Oct 2001 13:57:58 -0700 To: debian-user@lists.debian.org Subject: A simple question about wildcards with tar Greetings, I'm trying to make a backup with tar, but there are certain files that I don&#

Re: A simple question about wildcards with tar

2001-10-03 Thread Colin Watson
On Wed, Oct 03, 2001 at 01:57:58PM -0700, Walter Landry wrote: > I'm trying to make a backup with tar, but there are certain files that > I don't want to include in the backup. Reading the info documentation > about tar, it says that I can use the --exclude=PATTERN option. So if > I type > > t

A simple question about wildcards with tar

2001-10-03 Thread Walter Landry
Greetings, I'm trying to make a backup with tar, but there are certain files that I don't want to include in the backup. Reading the info documentation about tar, it says that I can use the --exclude=PATTERN option. So if I type tar -cvf backup.tar --exclude='*.fig' * then it excludes all fi

Re: Wildcards

1998-06-08 Thread Nathan E Norman
On Mon, 8 Jun 1998 [EMAIL PROTECTED] wrote: : One last question! :). : If I want to keep a particular directory, and all files and : subdirectories completly private to my user, how do I do apply the : suggested filters to this? (If I do chmod 600 * -R or something, it will set all : the

Re: Wildcards

1998-06-08 Thread timothy
One last question! :). If I want to keep a particular directory, and all files and subdirectories completly private to my user, how do I do apply the suggested filters to this? (If I do chmod 600 * -R or something, it will set all the files correctly, but then since the directories don't ha

Re: Wildcards

1998-06-08 Thread servis
On 8 Jun, [EMAIL PROTECTED] wrote: > Thanks for everyone's help. > One more question that I couldn't find when I browsed the man pages. > What does the '$' mean/do in "grep "/$""? > and what does the '^' mean/do in "grep "^d""? >From 'man grep', lines 220-222: The caret ^ and the dollar s

Re: Wildcards

1998-06-08 Thread Steve Mayer
Timothy, The two symbols that you are asking about are parts of a "regular expression" search. The $ is telling grep to search for something at the end of a string. Therefore, "/$" is looking for a / (forward slash) as the last character in a string, (i.e. the ending slash on a directory entr

Re: Wildcards

1998-06-08 Thread timothy
Thanks for everyone's help. One more question that I couldn't find when I browsed the man pages. What does the '$' mean/do in "grep "/$""? and what does the '^' mean/do in "grep "^d""? Thanks, Timothy On 08-Jun-98 David Lauder wrote: > For directories, try: > > ls -lF | grep "/$" > or: >

Re: Wildcards

1998-06-08 Thread Bruce Mardle
> Is there a wildcard type thing to indicate all directories, or all > files etc? Like "dir /ad" in dos. And is there anything as cool as a wildcard > for file modes like all executeables? Use zsh and that would be "*(/)" and "*(*)", so the equivalent of "dir /ad" would be "ls -d *(/)".

Re: Wildcards

1998-06-08 Thread Tim Buller
On Sun, 7 Jun 1998 [EMAIL PROTECTED] wrote: > Is there a wildcard type thing to indicate all directories, or all > files etc? Like "dir /ad" in dos. I'm not sure what 'dir /ad' does. You can show all files (including those that start with ".") with 'ls -a'. Type 'ls --help' or 'man ls' f

Wildcards

1998-06-08 Thread timothy
Is there a wildcard type thing to indicate all directories, or all files etc? Like "dir /ad" in dos. And is there anything as cool as a wildcard for file modes like all executeables? Thanks, Timothy -- E-Mail: [EMAIL PROTECTED] Date: 07-Jun-98 Time: 21:53:56

Re: no wildcards from command line

1996-10-03 Thread Bruce Perens
[wildcard commands in the shell don't work] If you are using "bash" or "sh", try "unset -f -f", yes, it needs two -f flags. If you are using "csh" or "tcsh", try "unset noglob". Then figure out what set it. Bruce -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to

no wildcards from command line

1996-10-03 Thread Rob Hanson
Hey there everyone, For some reason, I am not able to use any wildcards from the command line in Debian. I am meaning things like 'ls *', and other assorted wildcards. Is there some package I did not install that this should be in? It seems odd that I have the ability to use the