search for: pathto

Displaying 20 results from an estimated 24 matches for "pathto".

2008 Aug 13
1
migrating from specialized qpopper
...mailboxes on these domains, so having them reconfigure to use realms/domains in their login isn't really an option. With qpopper, we run it from inetd and use hosts.allow to call each instance with special information about the password file location, etc, like this: popper: ALL : twist (/pathto/bin/popper -d -s -T 300 -h %H -p /pathto/www.%H/passwd -x /pathto/www.%H/spool) This allows us to insert the domain (%H) based on what hostname the user is connecting to and change parameters based on that. Would their be any easy way to do this with dovecot? Thanks in advance for your help....
2009 Aug 18
2
ENC: postscript, options
I'm not shure but I guess that you miss a " and putted it in the wrong place! Try this: postscript("/pathto/filename.eps",horizontal=FALSE,onefile=FALSE) Hope It helps. -----Mensagem original----- De: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] Em nome de e-letter Enviada em: segunda-feira, 17 de agosto de 2009 10:11 Para: r-help at r-project.org Assunto: [R] postscrip...
2010 Jun 12
2
[PATCH] fixup xen-4.0 xend to match changes in tools-python-prefix.diff
debian/patches/tools-python-prefix.diff removes auxbin.pathTo and replaces it with auxbin.path_bin and auxbin.path_boot. However there are still references to auxbin.pathTo in xend. The attached switches those usages to the correct new function. Without these I get: Error: 'module' object has no attribute 'pathTo' when trying to star...
2006 Jan 18
1
dovecot lda with sendmail
I'm trying to set up dovecot's deliver program as the lda for sendmail. I seem to need a config file for it '/etc/dovecot-deliver.conf'. Is there any documentation for this configuration file and it's contents? sendmail will call it under the recipient's uid, and all it has to do is drop the message into the proper maildir as defined in /etc/dovecot.conf and update
2005 Nov 27
2
installing apps correctly
...r users problems suggested that the app must be installed using the wine installer, but I can't find any place to install applications that are not "tested" from within wine tools. Can someone say how I get an application to find its own parts if it is fired up using: Wine "C:\[pathto]application.exe"f from some other place in the system. Cheers Marius -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20051127/88f0eca1/attachment.htm
2000 Jan 18
1
Mapping users folder on Win98
Hi all I was wondering if it is at all possible to have a users folder mapped when a user logs onto the server. I have a student lab here with 30 machine and have 400 users, they are connecting to a Linux server. We have given each user a space of 3Mb on the server so they can store their work on. I can creat a shortcut to the server so they can access it by double clicking on the shortcut.
2009 Sep 15
2
Building R package with .c sub-routine files
...quot;file2.c" Let's say "R CMD SHLIB file1.c" runs perfectly and I want to include the code in a package, "R CMD build" also runs fine but R CMD check" gives * checking whether package 'myPackage' can be installed ... ERROR Installation failed. See '/pathto/myPackage.Rcheck/00install.out' for details. basically the compiler is trying to compile file2.c independantly of file1.c which is not what I want and prevents a proper build What's the easiest way to enforce the correct file dependencies when building R packages? cheers David
2002 Mar 27
1
(Patch) AIX SRC Support
...IBM Redbook "Writing Reliable AIX Daemons". The SRC request handler supports START, STOP, REFRESH and STATUS requests (the status part might still need some extensions, i've added it mainly for version checks) to register the sshd as a subsystem use: mkssys -s sshd -G tcpip -p <pathto>/sshd -u 0 -K -R Frank __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Ihre E-Mail noch individueller? - http://domains.yahoo.de -------------- next part -------------- A non-text attachment was scrubbed... Name: patch_3.1p...
2001 May 21
0
Rep:Re: [HELP] file access
Hi! A .ST file actually is a file representing an Atari ST disk. As Atari used Dos format, I can do (if I want): mount /pathTo/file.st /pathTo/mntPoint -t msdos -o loop So Stew (the Atari emulator) actually does file access, not disk access. Still, I'll follow Mr Patel's suggestion, and try to send the resulting file. Yves. -----Message d'origine De: g.patel@wanadoo.fr----- >I use Wine to run Stew, an Atari...
2004 May 16
0
rsync and SSL: gettig the patch working
...nes:SSL3_READ_BYTES:ssl handshake failure rsync: writefd_unbuffered failed to write 5 bytes: phase "unknown": Broken pipe rsync error: error in rsync protocol data stream (code 12) at io.c(836) The server side was run from xinetd like this: server_args = --daemon --ssl --ssl-cert=/pathto/patricia-hostCert.pem --ssl-key=/pathto/patricia-hostKey.pem The server's cert is signed by the CA cert referenced on the client. Does anyone got this patch to work? How should I have set this up? Regards, Graham --
2006 Jun 07
4
Images not showing up
I moved my working rails app from one server to another and suddenly my images are not showing up. In the production log I see this: ActionController::RoutingError (Recognition failed for "/images/header.jpg"): /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/routing.rb:488:in `recognition_failed''
2015 Jan 12
2
[LLVMdev] debugging opt passed using gdb: could not open input file
Hi all, I would like to be able to debug opt passes. - I compiled llvm in debug mode - gdb /usr/local/bin/opt - run opt -load /path/to/LLVMHello.so -hello <any.bc> /dev/null and then get /usr/local/bin/opt: opt: err: Could not open input file .... could it be the <> syntax is not gdb command window conform? I tried to find out if i could provide opt in and out files using standard
2005 Apr 12
7
Max filesize for rsync?
What the maximum filesize rsync can transfer? I'm trying to rsync one of my servers to another but the rsync is croaking on a file that's barely 1GB. Tips, hints, suggestions? rsync server is AIX 4.3.3 ML11 - rsync 2.6.3 rsync client is AIX 5.3 ML1 - rsync 2.6.4 Thanks -Jeff -- Jeff Schoby Unix/Network Admin City of Columbia, Missouri 573.874.6320
2020 Feb 04
2
CMakeTestCCompiler fails
...e to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:49 (project) My configuration is shown below: cmake -G Ninja -DBUILD_SHARED_LIBS=ON -DLLVM_PARALLEL_LINK_JOBS=2 -DLLVM_ENABLE_LLD=ON -DLLVM_ENABLE_LIBCXX=OFF -DCMAKE_BUILD_TYPE=Release -DGCC_INSTALL_PREFIX=/pathto/gcc-7.5.0/ -DLIBOMPTARGET_ENABLE_DEBUG=ON -DCMAKE_INSTALL_PREFIX=$HOME/opt/clang/${today} -DCMAKE_C_COMPILER=clang -DCMAKE_C_FLAGS="" -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS="" -DLLVM_ENABLE_PROJECTS="clang;openmp;lld;libcxx;libcxxabi" -DCLANG_OPENMP_NVPTX_DEFAU...
2010 Feb 18
2
backport upstream pygrub fixes to allow booting squeeze default install?
...= { "Linux": "/etc/xen/scripts", @@ -92,6 +93,6 @@ scripts_dir = _get(_scripts_dir, "/etc/xen/scripts") xend_autorestart = _get(_xend_autorestart) -pygrub_path = _get(_pygrub_path, "/usr/bin/pygrub") +pygrub_path = _get(_pygrub_path, xen.util.auxbin.pathTo("pygrub")) vif_script = _get(_vif_script, "vif-bridge") lookup_balloon_stat = _get(_balloon_stat, _linux_balloon_stat) If you agree with these changes then I think I have the necessary account on alioth to make the change, unless you would prefer to do so yourself, I can prov...
2006 Aug 31
2
vim timestamp issues on CIFS mounted shares
...'m not having this problem on local files or files mounted through NFS or other means. Here's a run-down of my specs if it helps: OS: Fedora Core 5 Linux Kernel version: 2.6.17 (from 2.6.17-1.2174_FC5 RPM) Samba version: 3.0.23b (from samba.org provided RPMs) /etc/fstab: //SERVER/SHARE /PATHTO/MOUNTPOINT cifs auto,setuids,user=XXX,password=XXX,gid=celston,uid=celston,dir_mode=0775,file_mode=0664 0 0 As I mentioned, the only post I found through some Google searching was the one from above. If this has been covered before, I apologize. I appreciate any feedback. Chris Elston
2011 Nov 19
4
build postfix spec w/ mysql
...distribution: rhel-5.0 # # Information imported from postfix.spec.in: DO NOT CHANGE IT BY HAND # # mysql_paths - paths where locally installed MySQL resides (or 0) # - if using this option mysql_paths should be as # follows: </pathto/mysql/include>:</pathto/mysql/lib> # e.g.: /usr/mysql/include:/usr/mysql/lib # - The order is important and only 2 directories may # be given. # requires_db - used to add dbX dependencies i...
2008 Nov 04
2
where is tools\xcutils\xc_save used?
I want to add some parameters when vm is migrated. As I can see , vmm will use xc_domain_save(tools\libxc\Xc_domain_save.c) function ,and the main function of xc_save.c is responsible for inputting parameters. so I just want to know which function will use this executable file. Thanks Min Li School of Computer Science and Technology Cluster and Grid Computing Lab Services Computing Technology
2019 Jul 09
1
CTDB Samba 4.10 example?
...CTDB_SERVICE_NMB=sernet-samba-nmbd | CTDB_SERVICE_SMB=sernet-samba-smbd | CTDB_SERVICE_WINBIND=sernet-samba-winbindd ## IN /etc/ctdb/commands.sh | ctdb event script enable legacy 50.samba | ctdb event script enable legacy 49.winbind ## IN /etc/ctdb/ctdb.conf | [cluster] | recovery lock = /pathTo/your/.ctdb/lockfile ## IN /etc/ctdb/nodes you only have to add your heartbeat IPs HeartbeatIPofNode1 HeartbeatIPofNode2 HeartbeatIPofNode3 HeartbeatIPofNodeN # EXAMPLE: | 192.168.2.111 | 192.168.2.112 ## IN /etc/ctdb/public_addresses FirstPublicIP/CIDR INTERFACE SecondPublicIP/CIDR INTERFACE Thir...
2020 Mar 13
0
Re: Use libguestfs with SAS URI of a disk image
...see http://libguestfs.org/nbdkit-captive.1.html > also, on my dev machine, I can do "guestfs_add_drive" on the local > disk image successfully and mount the device, and list files after I > downloaded the same disk image to my local machine. > > guestfs_add_drive(g, "/pathto/vmdiskimage"); > > Could you share how I should fill in various params in > "guest_add_drive_opts()? like "PROTOCOL", "SERVER", "filename"( the > 2nd param), or USERNAME ( not seem to apply here, I also tried with > putting "secret" i...