Displaying 20 results from an estimated 700 matches similar to: "find cont'd 3"
2016 Apr 27
2
Migration to vfs_fruit with existing AppleDouble files?
(apologies to Ralph, I replied directly to him w/o copying the lists, so
here we go again)
In my testing that wasn't the case. If I manually copy the apple generated
AppleDouble file and it's 0 byte main file to my test system, the correct
size (including the resource forks) are shown but the file type is not
translated.
Using "GetFileInfo" a file copied to the new
2008 Oct 06
1
find - text
A while ago I sent mail about wanting to find all files that had a certain
text string in it and changing it to something else. People mentioned
that there is a system tool to do it (gnome has it too). I ran this, for
example to find all files WITH "prog" in the name, and then I did a ps
and I saw simply
find . -iname '*prog*'
then I did something similar, all file names
2007 Jan 02
5
--link-dest
Has anyone else had problems using the --link-dest flag? I do what it says in the example
rsync -a --delete --link-dest=/home/chamberl/oldbk/ /home/chamberl/source/ /home/chamberl/backup/
I make sure that /home/chamberl/source has some files exactly the same as in /home/chamberl/oldbk/
but evertything gets copiued, and no hard links are done (though they should be).
Anyone know the problem?
2008 Oct 03
7
find
I am looking for something similar to the windows SEARCH FILES comman
with the option "files containing ..." (that is where I can specify a
string and it will find all files containing that string -- not just having
the string as part of the name but actually containing it in the text).
Is there some way to do this?
2002 Sep 27
1
ugh, continued ldap madness, cont'd
After a brief stint offlist (thanks Bradley), I'm closer to getting
SMB/LDAP working but now am encountering something very odd, which he
suggested I bring back to the list for "further evaluation". :-)
> $ smbclient //TESTBOX/testshare -U dballing
> added interface ip=10.15.49.142 bcast=10.15.49.255 nmask=255.255.255.0
> Password:
> session setup failed:
1999 Sep 23
2
Race Condition cont'd
Thank you Paul for your response. Perhaps I can give a bit more info:
RS/6000 H50 w/AIX 4.3.2 running Samba 2.0.5a
PIII-450 NT4sp4 w/128MB
I indicated yesterday that a race condition appeared to be happening. I later
remembered that I turned on level2 oplocks on two read only shares as the last
tunings we did before this began to happen. I got the info from the Speed.txt
document in hopes of
1999 Sep 20
0
tinc and routing Cont'd
Hi,
What i said above is not true, i didn't realize that the reason the
route disappeared
was caused by a script that restarts tinc (and also resets the tap
device), not by tinc itself.
I compiled and installed tinc 0.3 today. It seems to work ok, even on a
very slow
486 that caused to crash earlier tinc version.
-- Hans Bayle
-
Tinc: Discussion list about the tinc VPN daemon
1999 Sep 01
0
configure for R-0.65 (cont'd)
>I am trying to compile R-0.65 on a Sparc 20. I have gcc 2.7.2.2 and I
>have SC4.0. I used gcc to compile R-0.64.2 in July with no problems.
>Now when I run configure for R-0.65 I get the following message:
>
>>checking whether the C compiler (gcc ) works... no
>>configure: error: installation or configuration problem: C compiler
cannot create executables.
>
>and
2014 Mar 24
0
[PATCH 00/12] drm/nouveau: support for GK20A, cont'd
Hi Alexandre,
Am Montag, den 24.03.2014, 17:42 +0900 schrieb Alexandre Courbot:
> Hi everyone,
[...]
>
> A few lines of hacks (not included here) are still needed to deal with cached
> mappings triggering external aborts and CPU/GPU memory coherency issues, but I
> hope to understand and address these issues next.
For the coherency issue part you may want to look at my Nouveau on
2008 Apr 14
0
[LLVMdev] Calling Conventions Cont'd
On Mon, 14 Apr 2008, Jon Sargeant wrote:
> Ugh, this isn't what I wanted to hear. Passing "complex" differently
> than a structure containing two doubles is a bad design, but alas,
> calling conventions are beyond our control. How many special cases like
> this are there? If "complex" is the only special case, LLVM could
There are a huge number of special
2008 Apr 14
1
[LLVMdev] Calling Conventions Cont'd
> > entirely in the back end. Apart from calling conventions, the front end
> > doesn't need to know the specific target, only the data layout and which
> > intrinsics the target supports. This approach makes a clean division
> > between the front end and back end.
>
> If you want to map from a C type/calling convetion to LLVM IR, clang is a
> good way to
2018 Jun 25
0
Dolphin fails to refresh files (cont'd)
Hi,
Some time ago I reported a problem with Dolphin on bugs.centos.org. When
extracting an archive, the new files don't appear, and I have to press
F5 to refresh the current directory display.
I just found out a specificity of this bug. This only seem to happen on
those installations where I run the 4.4.x kernel (kernel-lt package from
elrepo-kernel repository).
Any idea how I could solve
2006 May 17
0
Re: kqueue cont'd
Chris Cappuccio wrote:
> So I just got one like this before a login:
>
> May 16 21:24:58 m1 dovecot: imap-login: Unrecognized event: kevent {.ident = 0, .filter = 0xffffffff, .flags = 0x0001, .fflags = 0x00000000, .data = 0x0000002b}
> May 16 21:24:58 m1 dovecot: imap-login: mode: 0x004x
> May 16 21:24:58 m1 dovecot: child 10716 (login) killed with signal 6
>
> The OpenBSD
2008 Apr 13
0
[LLVMdev] Calling Conventions Cont'd
Hi Jon,
> What is the correct procedure for translating a function signature from
> a high-order language to LLVM?
you have to do it carefully so that LLVM will end up producing object code
that conforms to the platform ABI. For example, suppose you are using cdecl
with a small struct (a pair of ints, say). Then your function should get two
integer parameters, which LLVM will assign to
2015 Feb 02
3
Can't create users with RSAT - "An error occurred. Contact you system administrator"
Am Montag, 2. Februar 2015, 17:44:53 schrieb Marc Muehlfeld:
> Hello Andreas,
>
> Am 02.02.2015 um 13:00 schrieb Andreas Hauffe:
> > I set up a new AD with the Sernet Samba 4.1 packages. I did the
> > provisioning with "samba-tool domain provision --use-rfc2307
> > --interactive". I checked the dc, ldap, kerberos and dns services under
> > linux.
2014 May 01
0
[PATCH v3 0/9] drm/nouveau: support for GK20A, cont'd
On Fri, Apr 25, 2014 at 5:19 PM, Alexandre Courbot <acourbot at nvidia.com> wrote:
> Changes since v2:
> - Enabled software class
> - Removed unneeded changes to nouveau_accel_init()
> - Replaced use of architecture-private pfn_to_dma() and dma_to_pfn() with
> the portable page_to_phys()/phys_to_page()
page_to_phys() looks well defined and used everywhere, phys_to_page()
not
2010 Apr 14
2
timeout problem
I found the response below today online to a question I had.
For some reason I never got the mail. I am not quite clear
on what "DHCP + DFG + 2DNS entries" means when calculating the IP
to set for the router:
Thanks
Re: [CentOS] Yum/WGET/HTTP sourceforge etc. new
April 12, 2010 08:10AM
On Sun, 2010-04-11 at 22:57 +0000, tony.chamberlain at lemko.com wrote:
> Here is what I
2014 Mar 26
0
[PATCH 00/12] drm/nouveau: support for GK20A, cont'd
Hi Alexandre,
Am Mittwoch, den 26.03.2014, 15:33 +0900 schrieb Alexandre Courbot:
> Hi Lucas,
>
> On Mon, Mar 24, 2014 at 10:19 PM, Lucas Stach <l.stach at pengutronix.de> wrote:
> > Hi Alexandre,
> >
> > Am Montag, den 24.03.2014, 17:42 +0900 schrieb Alexandre Courbot:
> >> Hi everyone,
> > [...]
> >>
> >> A few lines of hacks
2013 Feb 12
3
OT: UPS battery vendor, cont'd
Here's the state of my search: BatteriesPlus is... odd. The corporate
site, and after a phone call, tell me they don't do GSA, but some of their
franchises do. I called the local one, and they do.
However, the only RBC 43 they offer, I might as well buy direct from APC,
at well over $300 for the set.
Battery Sharks, and Apex, don't do GSA... but they *do* offer replacements
for about
2008 Apr 12
3
[LLVMdev] Calling Conventions Cont'd
What is the correct procedure for translating a function signature from
a high-order language to LLVM? It looks like I replace each
struct/array parameter with a 'byval' pointer parameter, and I replace a
result struct/array with an 'sret' pointer parameter. The reason I ask
is that each calling convention has subtle variations for each
architecture and platform. For