search for: tconf

Displaying 9 results from an estimated 9 matches for "tconf".

Did you mean: conf
2012 Jan 10
0
ltp hugemmap02 fails on ocfs2
Hi Tiger, ltp-20120104 hugemmap02 testcase fails on ocfs2 filesystem with both UEK 2.6.39-100.0.18 and RHEL 2.6.18-300.el5: hugemmap02 1 TCONF : huge mmap failed to test the scenario hugemmap02 1 TCONF : huge mmap failed to test the scenario hugemmap02 0 TWARN : tst_rmdir: rmobj(/mnt/ocfs2/ltp-mQdlAx5411/hugSJXB0B) failed: lstat(/mnt/ocfs2/ltp-mQdlAx5411/hugSJXB0B) failed; errno=2: No such file or directory hugemmap02...
2005 Dec 23
1
Wine and Java timezone problem.
Hi! I am using wine to compile code for Texas Instruments dsp's. One step in the process is generating code from a graphic configuration file (tcf). When I try to do that, it fails with some Java related messages. The -b in my command tells tconf.exe to run in batch mode, so it doesn't try to open a GUI or something like that. I ran the same command in a dos-shell and it worked like a charm. Log: wine c:/updates/bios_5_20_01/xdctools/tconf -b -Dconfig.importPath=c:/updates/bios_5_20_01/packages tiger.tcf err:font:ReadFontDir Can&...
2016 Feb 25
0
tinc - logging
...4 5 # Default-Stop: 0 1 6 # Short-Description: Start tinc daemons # Description: Create a file $NETSFILE (/etc/tinc/nets.boot), # and put all the names of the networks in there. # These names must be valid directory names under # $TCONF (/etc/tinc). Lines starting with a # will be # ignored in this file. ### END INIT INFO # # Based on Lubomir Bulej's Redhat init script. . /lib/lsb/init-functions DAEMON="/usr/sbin/tincd" NAME="tinc" DESC="tinc daemons" TCONF="/etc/tinc&quo...
2000 Aug 21
0
Rewritten script /etc/init.d/tinc
...s # Source networking configuration. . /etc/sysconfig/network # Check that networking is up. [ "x${NETWORKING}" = "xno" ] && exit 0 ############################################################################# # configuration & sanity checks TINCD=/usr/sbin/tincd TCONF=/etc/tinc TPIDS=/var/run #DEBUG=-dddd NETSFILE=$TCONF/nets.boot # Check the daemon if [ ! -x $TINCD ]; then echo "**tinc: $TINCD does not exist or is not executable!" >&2 exit fi ############## # Gotta go? ############## # Check if ifconfig is installed if [ ! -f /sbin/if...
2013 Feb 10
1
tinc 1.1pre. How to automatically start vpn tunnels? How to change the installation/config path to the same as tinc 1.0.x version from ubuntu repository?
Hi! I have compiled and installed tinc 1.1pre5 on a ubuntu machine. With the tinc 1.0.x version that is included in the ubuntu repository I am used to having the config files in /etc/tinc/ and where each vpn has a own directory. The file nets.boot placed in /etc/tinc where I can specify which vpn tunnels that is going to start automatically. How can I get the vpn tunnels to start automatically
2006 Jan 17
2
Wine and java problem revisited
...t; >>> I am using wine to compile code for Texas Instruments dsp's. One step >>> in the process is generating code from a graphic configuration file >>> (tcf). When I try to do that, it fails with some Java related >>> messages. The -b in my command tells tconf.exe to run in batch mode, >>> so it doesn't try to open a GUI or something like that. I ran the >>> same command in a dos-shell and it worked like a charm. >>> >>> Log: >>> >>> wine c:/updates/bios_5_20_01/xdctools/tconf -b >>...
2011 Sep 15
1
Problem with init script of tinc in debian squeeze
Hi, I am running Tinc on debian squeeze, when I reboot, the tincd daemon is not running at all, despite having the right link in rc2.d: root at box /etc/rc2.d [9]# ls S03tinc* S03tinc When I do /etc/init.d/tinc start, it works fine. Any idea what is the problem? Best, -- Benjamin Henrion <bhenrion at ffii.org> FFII Brussels - +32-484-566109 - +32-2-4148403 "In July 2005, after
2000 Jun 16
1
RedHat initialization script and bash2
...both bash and bash2. - Jamie -------------- next part -------------- diff -uNr tinc-1.0pre2.org/redhat/tinc tinc-1.0pre2/redhat/tinc --- tinc-1.0pre2.org/redhat/tinc Fri May 26 05:22:49 2000 +++ tinc-1.0pre2/redhat/tinc Thu Jun 15 17:30:00 2000 @@ -117,7 +117,7 @@ vpn_load () { CFG="$TCONF/$1/tinc.conf" - [ -f $CFG ] || { MSG="$CFG does not exist!"; return 1 } + [ -f $CFG ] || { MSG="$CFG does not exist!"; return 1; } # load TINCD config DEV="$(grep -i -e '^[[:space:]]*TapDevice' $CFG | sed 's/[[:space:]]//g; s/^.*=//g...
2014 Dec 04
5
init script for tinc-1.1pre10
HI, Is there an init script to start stop tinc tinc-1.1pre10 for debian. I am running tinc -n name --pidfile /dir/name start from /etc/rc.local sometimes it's not creating the pid file but I see the process running. It would be great if we can manage it from /etc/init.d/ Thanks Anil -------------- next part -------------- An HTML attachment was scrubbed... URL: