search for: gs3

Displaying 8 results from an estimated 8 matches for "gs3".

Did you mean: gs
2015 Sep 23
2
Help with systemd
On 9/23/2015 2:58 PM, Jonathan Billings wrote: > 1.) why 'cd /greenstone/gs3 && ant start' when you could just run > '/greenstone/gs3/ant start'. thats *not* equivalent, unless ant is in /greenstone/gs3 *and* . is in the path, and even then, ant looks for build.xml in the current path when its invoked, so the cd /path/to/build/ is appropriate....
2015 Sep 23
3
Help with systemd
...ng to get Greenstone3 http://www.greenstone.org/download to work with systemd. So far I have come up with the following which works but feels more like a hack than a solution. Does anyone have any suggestions on how to do this better ? # cat /etc/tmpfiles.d/greenstone3.conf d /run/greenstone3 0755 gs3 gs3 - # cat /etc/systemd/system/greenstone3.service # Systemd unit file for Greenstone 3 [Unit] Description=Greenstone 3 Server After=syslog.target network.target [Service] Type=forking PIDFile=/run/greenstone3/greenstone3.pid Environment=PATH=/usr/apache-ant-1.9.6/bin:/usr/local/sbin:/usr/local/...
2015 Sep 23
0
Help with systemd
On 24.09.2015 00:06, John R Pierce wrote: > On 9/23/2015 2:58 PM, Jonathan Billings wrote: >> 1.) why 'cd /greenstone/gs3 && ant start' when you could just run >> '/greenstone/gs3/ant start'. > > thats *not* equivalent, unless ant is in /greenstone/gs3 *and* . is in > the path, and even then, ant looks for build.xml in the current path > when its invoked, so the cd /path/to/buil...
2015 Sep 23
0
Help with systemd
...Server > After=syslog.target network.target > > [Service] > Type=forking > PIDFile=/run/greenstone3/greenstone3.pid > Environment=PATH=/usr/apache-ant-1.9.6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin > > ExecStart=/usr/bin/bash -c "cd /greenstone/gs3/ && ant start ; > /usr/sbin/pidof java | awk '{print $1}' > /run/greenstone3/greenstone3.pid" 2 Comments here: 1.) why 'cd /greenstone/gs3 && ant start' when you could just run '/greenstone/gs3/ant start'. 2.) You're going through a lot of...
2012 Jun 28
1
Rebalance failures
...size scanned failures status --------- ----------- ----------- ----------- ----------- ------------ localhost 6657 36611748 71014 10458 completed gs3 3528 21167454 51122 8491 completed gs2 0 0 45079 0 completed gs4 0 0 45069 0 completed The logs...
2003 Oct 29
3
call waiting beep
Is there anyway to turn off the call waiting beep in the grandstream and/or cisco ata186? I have a dial statement in my extensions.conf that rings 5 phones at the same time by combining them with the & in the dial statement. i.e.) exten => blah,blah,Dial(SIP/GS1&SIP/GS2&SIP/GS3&SIP/ata186a&SIP/ata186b,25,t) If one of those lines is being used, then the user gets a really loud call waiting beep, and on the ata186, also an inband callerid noise (perhaps changeable on the ata186). thanks for any info. Sean Rodger
2012 Apr 05
2
problem to configuration dovecot and postfix
...= /etc/auth/passwd.main driver = passwd-file } passdb { args = username_format=%n /etc/auth/%d/passwd driver = passwd-file } passdb { driver = pam } plugin { sieve = /var/mail/vhosts/%d/%n/_dovecot.sieve sieve_dir = /var/mail/vhosts/%d/%n/sieve/ } postmaster_address = postmaster at dom3.gs3 protocols = imap sieve service auth { user = root } ssl_cert = </etc/ssl/certs/dovecot.pem ssl_key = </etc/ssl/private/dovecot.pem userdb { driver = passwd } userdb { args = /etc/auth/passwd.main driver = passwd-file } userdb { args = username_format=%n /etc/auth/%d/passwd driver...
2006 Aug 14
2
[LLVMdev] Folding instructions
...@0x8d1afa0) at VirtRegMap.cpp:219 #8 0x00155708 in (anonymous namespace)::RegAllocChordal_Fer::runOnMachineFunction (this=0x8b0d280, mf=@0x8b2b9d0) at ChordalAlloc_Fernando.cpp:757 #9 0x003e5ce4 in llvm::MachineFunctionPass::runOnFunction (this=0x8b0d280, F=@0x8b02940) at /private/var/automount/u/gs3/fernando/Programs/ppc_llvm/include/llvm/CodeGen/MachineFunctionPass.h:38 #10 0x0086ad88 in llvm::FunctionPassManagerT::runPass (this=0x8b02360, P=0x8b0d280, F=0x8b02940) at PassManagerT.h:795 #11 0x008892ec in llvm::PassManagerT<llvm::FTraits>::runPasses (this=0x8b02378, M=0x8b02940, LastUser...