/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
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
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.
>
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
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
://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
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
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
-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
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
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
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
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
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
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
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:
>
> 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 *(/)".
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
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
[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
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
21 matches
Mail list logo