search for: sourcepath

Displaying 20 results from an estimated 76 matches for "sourcepath".

2010 Jul 06
2
ssh authorized key problem in AIX
...realize them all and copy each of their''s .ssh/authorized_keys. The keys are located on puppetserver with name "/etc/puppet/modules/userkeys/id_rsa.pub.$username". in puppet i m writting following code to copy each users'' key from server to cient-nodes. ... ... $sourcepath = $operatingsystem ? { AIX => "/etc/puppet/modules/userkeys/files/$pub_key.$username", default => "puppet:///SLES/$pub_key.${username}", *# Linux nodes pick the file path mentioned in the fileserver.conf, however, AIX doesnot picking up* } .....
2010 Mar 03
6
File paths must be fully qualified
I was using Puppet 0.24.8 and now upgrade the puppet server and client both to 0.25.4 (on 1 machine i.e. server and client), but i am facing some problems. While testing, some of the configs which were/are running fine on older version generates error here; for instance, i have defined the FileSource path in ''/etc/puppet/fileserver.conf'' [myFileSrc] path
2005 Mar 16
1
Compile error: libsmbclient on 12rc1 on Solaris 9
...ype: prototype: pointer to char : "libsmb/libsmbclient.c", line 3315 argument : pointer to const char cc: acomp failed for libsmb/libsmbclient.c *** Error code 2 make: Fatal error: Command failed for target `libsmb/libsmbclient.po.o' build method: #!/bin/bash export SOURCEPATH='/private/src/samba' export PATH="/usr/sbin:/sbin:/usr/bin:/depot/sws60/bin:/usr/ccs/bin:/depot/util/arch/bin" export SAMBAVERSION='3.0.12rc1' cd ${SOURCEPATH}/samba-${SAMBAVERSION}/source export CPPFLAGS="-I/opt/krb5/include -I/opt/openldap/include" export LDF...
2007 Dec 11
0
[PATCH] update symbian build
...THER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +TARGET speexdsp.lib +TARGETTYPE lib +UID 0 +MACRO HAVE_CONFIG_H +SOURCEPATH ..\libspeex +SOURCE buffer.c fftwrap.c filterbank.c +SOURCE jitter.c kiss_fft.c kiss_fftr.c +SOURCE mdf.c preprocess.c resample.c smallft.c +USERINCLUDE . ..\include\speex +SYSTEMINCLUDE \epoc32\include \epoc32\include\libc ..\include Index: symbian/bld.inf =========...
2006 Nov 15
2
[PATCH] symbian port
hi, this patch should fix the symbian build. /alfred -------------- next part -------------- A non-text attachment was scrubbed... Name: speex-symbian2.patch Type: text/x-patch Size: 2669 bytes Desc: not available Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20061115/5ac4915e/speex-symbian2.bin
2006 Nov 15
1
[PATCH] symbian port
...t;> speex.mmp >> Index: symbian/speex.mmp >> =================================================================== >> --- symbian/speex.mmp (revision 12114) >> +++ symbian/speex.mmp (working copy) >> @@ -36,10 +36,10 @@ >> MACRO HAVE_CONFIG_H >> SOURCEPATH ..\libspeex >> SOURCE bits.c cb_search.c exc_5_64_table.c exc_5_256_table.c exc_8_128_table.c >> -SOURCE exc_10_16_table.c exc_10_32_table.c exc_20_32_table.c filters.c gain_table.c >> +SOURCE exc_10_16_table.c exc_10_32_table.c exc_20_32_table.c fftwrap.c...
2016 Sep 07
2
[SOLVED] Re: Feature Request: what about "core stop panic" ?
...Asterisk to produce the core file, it has to be started with the '-g' > > option so make sure your asterisk.service file is adding the option. > My asterisk.service is : # cat /run/systemd/generator.late/asterisk.service # Automatically generated by systemd-sysv-generator [Unit] SourcePath=/etc/init.d/asterisk Description=LSB: Asterisk PBX Before=runlevel2.target runlevel3.target runlevel4.target runlevel5.target shutdown.target After=network-online.target systemd-journald-dev-log.socket nss-lookup.target local-fs.target remote-fs.target dahdi.service misdn.service lcr.service wanrou...
2006 Nov 15
0
[PATCH] symbian port
...; + > PRJ_MMPFILES > > speex.mmp > Index: symbian/speex.mmp > =================================================================== > --- symbian/speex.mmp (revision 12114) > +++ symbian/speex.mmp (working copy) > @@ -36,10 +36,10 @@ > MACRO HAVE_CONFIG_H > SOURCEPATH ..\libspeex > SOURCE bits.c cb_search.c exc_5_64_table.c exc_5_256_table.c exc_8_128_table.c > -SOURCE exc_10_16_table.c exc_10_32_table.c exc_20_32_table.c filters.c gain_table.c > +SOURCE exc_10_16_table.c exc_10_32_table.c exc_20_32_table.c fftwrap.c kiss_fft.c...
2004 Apr 22
2
Rsync Error..
Hello all, I am having a problem with rsync. I want to backup data from one machine to another remote machine. I have Freebsd4.7 on source and FreeBSD4.9 on destination machines. rsync is installed on both the machines. I gave the following command at the source machine. rsync -avvznrbe rsh /sourcepath 66.123.34.123:/destinationpath (66.123.34.123 is the destination ip address) Below is the error i get opening connection using rsh 66.123.34.123 rsync --server -vvbnlogDtprz . /destinationpath 66.123.34.123: operation timed out rsync: connection unexpectedly closed (0 bytes read so far) rsync e...
2006 Sep 07
13
How to handle config files used by a combination of classes?
Hi, How should I handle the combinatorics when one config file must be built for a combination of possible classes? Take for example the amd automounter''s configuration file, which on Debian is found at /etc/am-utils/amd.conf. This is an INI style file which looks like: [fsname1] param1=foo param2=bar [fsname2] param1=baz param2=quag In my case I have one class of machines
2016 Sep 08
2
[SOLVED] Re: Feature Request: what about "core stop panic" ?
...;> > option so make sure your asterisk.service file is adding the option. >>> >> >> My asterisk.service is : >> >> # cat /run/systemd/generator.late/asterisk.service >> # Automatically generated by systemd-sysv-generator >> >> [Unit] >> SourcePath=/etc/init.d/asterisk >> Description=LSB: Asterisk PBX >> Before=runlevel2.target runlevel3.target runlevel4.target >> runlevel5.target shutdown.target >> After=network-online.target systemd-journald-dev-log.socket >> nss-lookup.target local-fs.target remote-fs.target d...
2008 Mar 03
7
DO NOT REPLY [Bug 5299] New: 2.6.9 client cannot receive files from 3.0.0 server
...AContact: rsync-qa@samba.org My client is a Windows machine running rsync 2.6.9 under Cygwin. The server is a Debian system that, until today, was also running rsync 2.6.9. Every day on the Windows machine I would issue a command something like the following: rsync -tzvr --delete rob@xx.xx.xx.xx:sourcepath destpath to sync some files from the Linux machine to the Windows machine. This worked fine until today, when I upgraded rsync on the server to 3.0.0. (The newer version is not available for Cygwin yet). Now when I try to do the above operation, I get: Invalid block length 146536 [sender] rsync e...
2006 Oct 20
5
To symbian and speex developers! Building instructions
Hello to everyone! During building speex library for Symbian OS I encountered some problems. All thess problems can be solved by modifying the speex sources. I don't have access to SVN repository of speex, so I will just describe the changes to be done: 1) mmp file in symbian derictory misses windows.c sources. You need to add this string into speex.mmp: SOURCES windows.c 2) Symbian OS
2003 Oct 03
3
openoffice port build on FreeBSD 4.9
...rk/j2sdk1.3.1/make/java/jvm' rm -f ../../../build/bsd-i386/tmp/java/java.lang/jvm/.classes.list if [ -s ../../../build/bsd-i386/tmp/java/java.lang/jvm/.classes.list ] ; \ then /usr/local/diablo-jdk1.3.1/bin/javac -J-Xmx64m -classpath ../../../build/bsd-i386/classes -bootclasspath "" -sourcepath "../../../build/bsd-i386/gensrc:../../../src/solaris/classes:../../../src/share/classes" -d ../../../build/bsd-i386/classes \ ../../../src/share/classes/java/io/InputStream.java ../../../src/share/classes/java/lang/Boolean.java ../../../src/share/classes/java/lang/Byte.java ../../../...
2016 Sep 06
5
[SOLVED] Re: Feature Request: what about "core stop panic" ?
On Tue, Sep 6, 2016 at 1:55 AM, Olivier <oza.4h07 at gmail.com> wrote: > Hello, > > After testing "pkill -SEGV -f /usr/sbin/asterisk" on Debian Jessie > platform, I've got several questions : > > > 1. When I issue a "cd /tmp; asterisk -cvvvvvvvvvvvg -U asterisk -G > asterisk" command, and then issue a "pkill -SEGV asterisk" command,
2013 Dec 13
17
[Bug 10322] New: Slow Performance over Network rsync
https://bugzilla.samba.org/show_bug.cgi?id=10322 Summary: Slow Performance over Network rsync Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: Joerg.Grube at Gmx.De
2011 Jan 04
0
builder-debian libguestfs success 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44
...nes/d/libguestfs/python/examples' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rjones/d/libguestfs/python/examples' Making all in java make[2]: Entering directory `/home/rjones/d/libguestfs/java' /usr/lib/jvm/java-6-openjdk/bin/javac -d . -classpath .:. -sourcepath .:. com/redhat/et/libguestfs/GuestFS.java /usr/lib/jvm/java-6-openjdk/bin/javah -classpath .:. com.redhat.et.libguestfs.GuestFS make all-am make[3]: Entering directory `/home/rjones/d/libguestfs/java' CC libguestfs_jni_la-com_redhat_et_libguestfs_GuestFS.lo com_redhat_et_libguestfs_Guest...
2011 Jan 25
0
builder-debian libguestfs success 36fe0acf8a2e72c223d7a9f7a93815ff276a3cc1
...nes/d/libguestfs/python/examples' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rjones/d/libguestfs/python/examples' Making all in java make[2]: Entering directory `/home/rjones/d/libguestfs/java' /usr/lib/jvm/java-6-openjdk/bin/javac -d . -classpath .:. -sourcepath .:. com/redhat/et/libguestfs/GuestFS.java /usr/lib/jvm/java-6-openjdk/bin/javah -classpath .:. com.redhat.et.libguestfs.GuestFS make all-am make[3]: Entering directory `/home/rjones/d/libguestfs/java' CC libguestfs_jni_la-com_redhat_et_libguestfs_GuestFS.lo com_redhat_et_libguestfs_Guest...
2010 Dec 10
0
builder-debian libguestfs success 363978fa7fc055da380d31103c7de378a08b71fb
...nes/d/libguestfs/python/examples' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rjones/d/libguestfs/python/examples' Making all in java make[2]: Entering directory `/home/rjones/d/libguestfs/java' /usr/lib/jvm/java-6-openjdk/bin/javac -d . -classpath .:. -sourcepath .:. com/redhat/et/libguestfs/GuestFS.java /usr/lib/jvm/java-6-openjdk/bin/javah -classpath .:. com.redhat.et.libguestfs.GuestFS make all-am make[3]: Entering directory `/home/rjones/d/libguestfs/java' CC libguestfs_jni_la-com_redhat_et_libguestfs_GuestFS.lo com_redhat_et_libguestfs_Guest...
2011 Jan 04
0
builder-ubuntu libguestfs success 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44
...rt-win-reg.1.html>virt-win-reg(1)</a>,g' touch stamp-guestfs-ruby.pod make[2]: Leaving directory `/home/rjones/d/libguestfs/ruby/examples' Making all in java make[2]: Entering directory `/home/rjones/d/libguestfs/java' /usr/lib/jvm/java-6-openjdk/bin/javac -d . -classpath .:. -sourcepath .:. com/redhat/et/libguestfs/GuestFS.java /usr/lib/jvm/java-6-openjdk/bin/javah -classpath .:. com.redhat.et.libguestfs.GuestFS make all-am make[3]: Entering directory `/home/rjones/d/libguestfs/java' CC libguestfs_jni_la-com_redhat_et_libguestfs_GuestFS.lo com_redhat_et_libguestfs_Guest...