Displaying 20 results from an estimated 38 matches for "flink".
Did you mean:
link
2003 May 20
1
smbd - wide links / possible buffer failure??
...esult in a NULL Pointer or segmentation failure??
regards
- Thomas Wild
This patch looks first whether the destination of link is available and
than it gets the real physical path and after that it continous with
pattern compares of the the physical location. It also fixes a undefined
buffer (flink) using (I hope) ... the patch was tested .. but no warranty!
--- vfs.c,o Wed Feb 5 17:25:48 2003
+++ vfs.c Mon May 19 16:10:14 2003
@@ -740,6 +740,7 @@
realdir[reallen] = 0;
}
+ bzero( flink, sizeof(flink) );
if (conn->vfs_ops.readlink(conn...
2010 May 26
3
Safebuffer with rails 2.3.8
...ut I don''t understand how to remove this. I searched through installed
plugins, and there is no reference to SafeBuffer :(
Any help would be appreciated please.
Thanks!
--
,= ,-_-. =. Loïc Guitaut
((_/)o o(\_)) http://www.belfalas.org
`-''(. .)`-'' Jabber ID : Flink-z1Ll2v8wZ5tg9hUCZPvPmw@public.gmane.org
\_/ GnuPG KeyID : 0xA78CD85D
2015 Feb 25
2
[PATCH 2/2] nouveau: Do not add most bo's to the global bo list.
On 24 February 2015 at 09:01, Maarten Lankhorst
<maarten.lankhorst at ubuntu.com> wrote:
> Only add wrapped bo's and bo's that have been exported through flink or dma-buf.
> This avoids a lock in the common case, and decreases traversal needed for importing
> a dma-buf or flink.
>
> Signed-off-by: Maarten Lankhorst <maarten.lankhorst at ubuntu.com>
> ---
> nouveau/nouveau.c | 47 +++++++++++++++++++++++------------------------
>...
2015 Feb 25
2
[PATCH 2/2] nouveau: Do not add most bo's to the global bo list.
...st <
maarten.lankhorst at ubuntu.com> wrote:
> Op 25-02-15 om 15:11 schreef Emil Velikov:
> > On 24 February 2015 at 09:01, Maarten Lankhorst
> > <maarten.lankhorst at ubuntu.com> wrote:
> >> Only add wrapped bo's and bo's that have been exported through flink or
> dma-buf.
> >> This avoids a lock in the common case, and decreases traversal needed
> for importing
> >> a dma-buf or flink.
> >>
> >> Signed-off-by: Maarten Lankhorst <maarten.lankhorst at ubuntu.com>
> >> ---
> >> nouveau/nou...
2016 Jul 04
1
Re: [PATCH 1/2] filesystem_walk: more information into tsk_dirent
...ESSED = 0x04
> };
>
> static int open_filesystem (const char *, TSK_IMG_INFO **, TSK_FS_INFO **);
> @@ -108,6 +109,7 @@ fswalk_callback (TSK_FS_FILE *fsfile, const char *path, void *data)
> {
> int ret = 0;
> CLEANUP_FREE char *fname = NULL;
> + CLEANUP_FREE char *flink = NULL;
> struct guestfs_int_tsk_dirent dirent;
>
> /* Ignore ./ and ../ */
> @@ -122,20 +124,38 @@ fswalk_callback (TSK_FS_FILE *fsfile, const char *path, void *data)
> return TSK_WALK_ERROR;
> }
>
> + /* Set dirent fields */
> + memset (&dirent, 0,...
2016 Jul 03
4
[PATCH 0/2] More information reported by filesystem_walk
Report access, modification, status update and creation time in Unix format.
Report number of links pointing to a given entry.
If the entry is a symbolic link, report the path of its target.
If the filesystem supports native/transparent compression, report compressed
files with dedicated flag (DIRENT_COMPRESSED 0x04).
Matteo Cafasso (2):
filesystem_walk: more information into tsk_dirent
2006 Apr 25
3
Profiling views
...ks !
I''ve been using Rails for about 2 months now, but I''ve some performance
problems. So I was wondering if there''s a way to profile views ?
Thanks !
--
,= ,-_-. =. Lo?c Guitaut
((_/)o o(\_)) http://www.belfalas.org
`-''(. .)`-'' Jabber ID : Flink@im.apinc.org
\_/ GnuPG KeyID : 0xA78CD85D
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060425/1b62b2b...
2015 Feb 25
3
[PATCH 2/2] nouveau: Do not add most bo's to the global bo list.
...; wrote:
> >
> >> Op 25-02-15 om 15:11 schreef Emil Velikov:
> >>> On 24 February 2015 at 09:01, Maarten Lankhorst
> >>> <maarten.lankhorst at ubuntu.com> wrote:
> >>>> Only add wrapped bo's and bo's that have been exported through flink
> or
> >> dma-buf.
> >>>> This avoids a lock in the common case, and decreases traversal needed
> >> for importing
> >>>> a dma-buf or flink.
> >>>>
> >>>> Signed-off-by: Maarten Lankhorst <maarten.lankhorst at ubun...
2016 Jul 03
0
[PATCH 1/2] filesystem_walk: more information into tsk_dirent
...DIRENT_REALLOC = 0x02,
+ DIRENT_COMPRESSED = 0x04
};
static int open_filesystem (const char *, TSK_IMG_INFO **, TSK_FS_INFO **);
@@ -108,6 +109,7 @@ fswalk_callback (TSK_FS_FILE *fsfile, const char *path, void *data)
{
int ret = 0;
CLEANUP_FREE char *fname = NULL;
+ CLEANUP_FREE char *flink = NULL;
struct guestfs_int_tsk_dirent dirent;
/* Ignore ./ and ../ */
@@ -122,20 +124,38 @@ fswalk_callback (TSK_FS_FILE *fsfile, const char *path, void *data)
return TSK_WALK_ERROR;
}
+ /* Set dirent fields */
+ memset (&dirent, 0, sizeof dirent);
+
dirent.tsk_inode = fsfi...
2015 Feb 25
0
[PATCH 2/2] nouveau: Do not add most bo's to the global bo list.
Op 25-02-15 om 15:11 schreef Emil Velikov:
> On 24 February 2015 at 09:01, Maarten Lankhorst
> <maarten.lankhorst at ubuntu.com> wrote:
>> Only add wrapped bo's and bo's that have been exported through flink or dma-buf.
>> This avoids a lock in the common case, and decreases traversal needed for importing
>> a dma-buf or flink.
>>
>> Signed-off-by: Maarten Lankhorst <maarten.lankhorst at ubuntu.com>
>> ---
>> nouveau/nouveau.c | 47 +++++++++++++++++++++++-----...
2015 Feb 25
0
[PATCH 2/2] nouveau: Do not add most bo's to the global bo list.
...ankhorst at ubuntu.com> wrote:
>
>> Op 25-02-15 om 15:11 schreef Emil Velikov:
>>> On 24 February 2015 at 09:01, Maarten Lankhorst
>>> <maarten.lankhorst at ubuntu.com> wrote:
>>>> Only add wrapped bo's and bo's that have been exported through flink or
>> dma-buf.
>>>> This avoids a lock in the common case, and decreases traversal needed
>> for importing
>>>> a dma-buf or flink.
>>>>
>>>> Signed-off-by: Maarten Lankhorst <maarten.lankhorst at ubuntu.com>
>>>> ---
>...
2006 Jun 14
3
How to use at_beginning_of_year
I want to get the Date in formation YYYY-MM-DD for the start of the
current year
But I cannot think how to do it...
This generates a name error .rhtml view.
<%= at_beginning_of_year.Time.now %>
--
Posted via http://www.ruby-forum.com/.
2009 May 12
1
--copy-links and --hard-links
...ost uses the synchronized files in a read-only fashion, I also want to get
hardlinks for all identical files, to save space. Thus I also use "--hard-links".
Because managing hardlinks is hard to handle (some lookup table is needed),
only inodes with a hardlink count >1 are considered (flink.c:1250 "st.st_nlink > 1").
Unfortunately most of my symlinked files have a link count of 1 and thus they are copied
twice. If, however, the source file accidentally has a link count > 1 (which is not related
to the multiple symlinks) rsync will create a hard link on the target host,...
2015 Feb 24
0
[PATCH 2/2] nouveau: Do not add most bo's to the global bo list.
Only add wrapped bo's and bo's that have been exported through flink or dma-buf.
This avoids a lock in the common case, and decreases traversal needed for importing
a dma-buf or flink.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at ubuntu.com>
---
nouveau/nouveau.c | 47 +++++++++++++++++++++++------------------------
1 file changed, 23 insertions(+)...
2015 Feb 25
0
[PATCH 2/2] nouveau: Do not add most bo's to the global bo list.
...t;>
>>>> Op 25-02-15 om 15:11 schreef Emil Velikov:
>>>>> On 24 February 2015 at 09:01, Maarten Lankhorst
>>>>> <maarten.lankhorst at ubuntu.com> wrote:
>>>>>> Only add wrapped bo's and bo's that have been exported through flink
>> or
>>>> dma-buf.
>>>>>> This avoids a lock in the common case, and decreases traversal needed
>>>> for importing
>>>>>> a dma-buf or flink.
>>>>>>
>>>>>> Signed-off-by: Maarten Lankhorst <maa...
2018 May 03
0
download.file does not process gz files correctly (truncates them?)
...nserts an extra byte. There's no
real obvious pattern in how these bytes are added, but the file downloaded
using download.file() is actually larger (in this case by about 8 kb). The
file xxx_inR.CEL.gz is read in using:
setwd("E:/Temp/genexpr/Compare")
id <- "GSM907854"
flink <- paste0("
https://www.ncbi.nlm.nih.gov/geo/download/?acc=GSM907854&format=file&file=GSM907854%2ECEL%2Egz
")
fname <- paste0(id,"_inR.CEL.gz")
download.file(flink,
destfile = fname)
The file xxx_direct.CEL.gz is downloaded from
https://www.ncbi.nlm....
2013 Jul 30
1
Error from R CMD check
...alling vignettes
** testing if installed package can be loaded
Warning in Sys.junction(from, to) :
cannot set reparse point 'C:\DOCUME~1\THIERR~2\LOCALS~1\Temp\RtmpMZUCyo\RLIBS_15585fa46d84/watervogels', reason 'De in de reparsepuntbuffer aanwezige gegevens zijn ongeldig'
Error in flink(normalizePath(pkgdir), tmplib) :
cannot link from U:\svn2\watervogels\watervogels.Rcheck\00_pkg_src\watervogels
* removing 'U:/svn2/watervogels/watervogels.Rcheck/watervogels'
A translation of the error message: The data in the reparse point buffer are invalid.
ir. Thierry Onkelinx
Inst...
2005 May 27
6
Samba and Windows ACL Issue
Hi all got a bit of and odd problem with ACL. Ive read up on a few bits in
the samba howto and read some threads on here about it.
Im not sure if this is a bug, something ive not done, doing wrong etc so
anyone that could shed some light on it that would be great.
Basically the windows box handles all user account processing and during
creating a script for all this it will attempt to change the
2018 May 02
7
download.file does not process gz files correctly (truncates them?)
Dear all,
I've noticed by trying to download gz files from here :
https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM907811
At the bottom one can download GSM907811.CEL.gz . If I download this
manually and try
oligo::read.celfiles("GSM907811.CEL.gz")
everything works fine. (oligo is a bioConductor package)
However, if I download using
download.file("
2004 May 25
0
MSN selection when dialout ISDN (ttyI* modem -interface, NOT CAPI)
...nf, but each device can be only in one group.
Is there some nice way to pass wanted MSN number using asterisk methods OR
an AT-command just before dialing out? If not then somekind of AGI-script
like 'echo AT&E60>/dev/ttyI0' might be my last choice to try.
Thanks In Advance,
Harry Flink