Displaying 3 results from an estimated 3 matches for "alpabet".
Did you mean:
alphabet
2004 Nov 22
1
Files not appearing on Samba mount.
...3%29+de
19/11/2004 12:21 207 VFSREGN1+%280703%29+deFILE.vfsproperties
The files appear fine on the Windows box and can be seen with no
problem.
If you go to this directory on the Samba mount on the Linux box you
cannot
see the files unless you create a file with a letter at the beginning of
the
alpabet (see below).
The directory listing is like this :
[aainternal@distill VFSRegion]$ ls -la
total 0
[aainternal@distill VFSRegion]$
Until you create a file with a name at the front of the Alphabet.
[aainternal@distill VFSRegion]$ touch Aardvark
[aainternal@distill VFSRegion]$ ls -la | more
to...
2001 Oct 30
2
rsync not copying owner/group on some files
I am trying to use rsync 2.4.6 to try creating a backup using another
locally connected hard disk. Thing copy, but sometimes the group is eith
numeric (valid). Often the owner is not even shown.
This is the command I use for rsync:
rsync-2.4.6/rsync -arxlHpogDt /usr/ /backup/usr/ --delete
I login as root.
Any help would be appreciated.
--
Ian Kettleborough
ian@idk.com
2007 Sep 19
49
plugin dependencies
...get
things working... at least not before a fair amount of possible
debugging since there may be no indication of the underlying problem
of an existing plugin not working (a user may believe it''s their own
code causing problems). Another possible solution is making sure ones
own plugin is alpabetically higher than the one it depends on to force
the proper load order, but that would be rather nasty hack.
So I''d like to know what people think about having a "require_plugin"
type functionality in core? Is there a valid workaround that exists
already? If there isn''...