Displaying 20 results from an estimated 1000 matches similar to: "--link-dest on a local filesystem"
2009 Nov 19
1
problem post request with RCurl
Hi, I am trying to use a CGI service (Pubchem PUG) via RCurl and am
running into a problem where the data must be supplied via POST - but
I don't know the keyword for the argument.
The data to be sent is an XML fragment. I can do this via the command
line using curl: I save the XML string to a file called query.xml and
then do
curl -d @query.xml
2006 Jun 17
5
Having trouble listing tiers of categories
I have categories and sub-categories in a table called "categories".
Every row has a "parent" field to note if the entry is the sub-category
of another (never goes deeper than 1 level).
So there might be something like this:
id | name | parent
1 Dog 0
2 Pug 1
3 Siamese 5
4 Shih Tzu 1
5 Cat 0
6 Wiener Dog 1
7 Persian
2015 Apr 14
2
samba 4.2 RDP problem
can you try :
smbclient //SERVER.DOMAIN.TLD/netlogon -k
bet that works..
Louis
>-----Oorspronkelijk bericht-----
>Van: heinz.hoelzl at gvcc.net
>[mailto:samba-bounces at lists.samba.org] Namens Heinz H?lzl
>Verzonden: dinsdag 14 april 2015 10:55
>Aan: samba at lists.samba.org
>CC: pug at felsing.net; schnaggy at schnaggy.de
>Onderwerp: Re: [Samba] samba 4.2 RDP
2015 Apr 14
0
samba 4.2 RDP problem
hi Louis,
same result: NT_STATUS_LOGON_FAILURE
heinz
Am Dienstag, 14. April 2015 11:20 CEST, L.P.H. van Belle <belle at bazuin.nl> schrieb:
> can you try :
>
> smbclient //SERVER.DOMAIN.TLD/netlogon -k
>
> bet that works..
>
> Louis
>
>
> >-----Oorspronkelijk bericht-----
> >Van: heinz.hoelzl at gvcc.net
> >[mailto:samba-bounces
2015 Apr 14
2
samba 4.2 RDP problem
hi,
now i did some tests with the "auth methods" option.
"auth methods = sam, sam_ignoredomain, unix, winbind, wbc, trustdomain, ntdomain, guest"
-> RDP works
-> smbclient -k does not work
"auth methods = sam, sam_ignoredomain, unix, winbind, wbc, trustdomain, ntdomain, guest, samba4"
-> RDP hangs an the welcome-scrren
-> smbclient -k works fine
2005 Sep 21
0
Written German Howto for Xen
hi,
i''ve written a howto in german for using xen (2.0.7). I would be great,
if someone could read it and tell me, whats ok, whats not.
For other (german) users, its a nice help, for first time, with xen.
http://www.pug.org/index.php/Xen-Installation
cu denny
--
Sicherheit verständlich http://www.sides.de
GnuPG Key http://pgp.upb.de:11371/pks/lookup?op=get&search=0xAB7D3FE0
2008 Sep 18
0
SNIA 2008 Storage Developer Conference CIFS/SMB/SMB2 Plugfest
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Reminder of the pug fest coming up next week:
- ------
SNIA 2008 Storage Developer Conference CIFS/SMB/SMB2 Plugfest
The Storage Networking Industry Associate is hosting a CIFS/SMB/SMB2
plugfest event hosted in conjunction with the SNIA 2008 Storage
Developer Conference in Santa Clara, CA, USA on September 22nd - 28th,
2008.
This event is intended
2005 Mar 09
1
makeklcc.pl passes '' to ld if LDFLAGS empty among things
Hi,
If say ppc where LDFLAGS=, you get the problem that klcc is generated
like:
-----
@LDFLAGS = ( '' )
-----
which then causes '' to get passed to ld, which gives:
-----
/usr/bin/ld: : No such file: No such file or directory
-----
One of two ways (I tried over here at least) to fix it, namely the quick
hack:
-----
--- 1/makeklcc.pl 2005-03-10 00:22:03.000000000 +0200
2004 Feb 23
0
[patch] Add `--link-by-hash' option (rev 5).
This patch adds the --link-by-hash=DIR option, which hard links received
files in a link farm arranged by MD4 file hash. The result is that the system
will only store one copy of the unique contents of each file, regardless of
the file's name.
(rev 5)
* Fixed silly logic error.
(rev 4)
* Updated for committed robust_rename() patch, other changes in CVS.
(rev 3)
* Don't link empty
2006 Oct 04
0
[PATCH,RFC 6/17] 32-on-64 shared info handling
Index: 2006-10-04/xen/arch/x86/domain.c
===================================================================
--- 2006-10-04.orig/xen/arch/x86/domain.c 2006-10-04 15:03:07.000000000 +0200
+++ 2006-10-04/xen/arch/x86/domain.c 2006-10-04 15:11:03.000000000 +0200
@@ -550,10 +550,10 @@ static void load_segments(struct vcpu *n
/* CS longword also contains full evtchn_upcall_mask. */
2004 Apr 27
1
[PATCH] Inplace option for rsync
Hi,
I have written a 'smallish' patch to implement the --inplace option
as discussed on this mailing list at various points in the past. It
makes a small modification to the sender algorithm so that it won't ask
the receiver to relocate blocks from earlier in the file when running
with the --inplace option.
I would appreciate any testing and feedback people can provide! I
2006 Jun 30
0
Mongrel-users Digest, Vol 5, Issue 24
>> Can I change my vote to http://samugliestdog.com/Sam162edited.jpg
yikes! how''d that get past my firewall?
+1
On 6/30/06, mongrel-users-request at rubyforge.org
<mongrel-users-request at rubyforge.org> wrote:
> Send Mongrel-users mailing list submissions to
> mongrel-users at rubyforge.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
2003 Sep 05
1
new option suggestion '--backup-only'
Hi,
How about adding now option '--backup-only' that means making backups
only and don't change any destination files?
(I posted similar patch a month ago, but the patch was made for
nightly snapshot of 20020808, which was tooo old! Laugh at me...)
I want to use rsync with LVM snapshot to make incremental backups like
below:
1) Make LVM snapshot of file system and mount it.
2007 Apr 18
1
[RFC, PATCH 8/24] i386 Vmi syscall assembly
Illustration of how VMI inlines are used to greatly limit the impact of code
change in low level assembler code. Spinlocks, system calls, and the fault
handling paths are affected by adding some padding bytes to convert the native
instructions into a hook point for the hypervisor to insert shim code.
These changes are sufficient to glue the Linux low level entry points to
hypervisor event
2007 Apr 18
1
[RFC, PATCH 8/24] i386 Vmi syscall assembly
Illustration of how VMI inlines are used to greatly limit the impact of code
change in low level assembler code. Spinlocks, system calls, and the fault
handling paths are affected by adding some padding bytes to convert the native
instructions into a hook point for the hypervisor to insert shim code.
These changes are sufficient to glue the Linux low level entry points to
hypervisor event
2005 Jun 17
2
Patch to support parisc
This patch allows klibc to build on parisc64 platforms.
$ diff -u MCONFIG.old MCONFIG
--- MCONFIG.old 2005-06-18 01:16:12.000000000 +0000
+++ MCONFIG 2005-06-18 01:18:51.000000000 +0000
@@ -33,7 +33,7 @@
KLIBCVER = -D__KLIBC__=$(shell cut -d. -f1 < $(SRCROOT)/version) \
-D__KLIBC_MINOR__=$(shell cut -d. -f2 < $(SRCROOT)/version)
-ARCH = $(shell uname -m | sed -e
2013 Jan 26
2
different legends in lattice panels
Hi listers,
I want to make lattice plots xyplots with the indication of legends
inside each panel with only the points and the lines actually ploted
inside each given panel according to the group(ing) factor.
The code below shows what I have achieved so far and I hope will make
clear what I want to have.
It seems to me that my solution is a very "dirty hack" and there
certainly is
2007 Apr 18
0
[PATCH 20/21] i386 Ldt cleanups 3
Big cleanup of LDT code. This code has very little type checking and is
not frequently used, so I audited the code, added type checking and size
optimizations to generate smaller assembly code. I changed the ldt count
to be in pages, and converted the char * ldt into a desc_struct.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.14-zach-work/arch/i386/kernel/ldt.c
2007 Apr 18
0
[PATCH 20/21] i386 Ldt cleanups 3
Big cleanup of LDT code. This code has very little type checking and is
not frequently used, so I audited the code, added type checking and size
optimizations to generate smaller assembly code. I changed the ldt count
to be in pages, and converted the char * ldt into a desc_struct.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.14-zach-work/arch/i386/kernel/ldt.c
2006 May 25
1
pxelinux/mboot confused about e820 memory maps on HP Proliant BIOS's
All,
When attempting to pxeboot the latest Xen3.0 hypervisor/kernel
it was failing with the following error:
------
\ \/ /___ _ __ |___ / / _ \ _ _ _ __ ___| |_ __ _| |__ | | ___
\ // _ \ '_ \ |_ \| | | |__| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
/ \ __/ | | | ___) | |_| |__| |_| | | | \__ \ || (_| | |_) | | __/
/_/\_\___|_| |_| |____(_)___/ \__,_|_|