search for: pathc

Displaying 20 results from an estimated 29 matches for "pathc".

Did you mean: patch
2015 Jun 23
2
[PATCH] daemon: Rewrite prog_exists so it uses the actual PATH, not hard-coded list.
...- { "/sbin", "/usr/sbin", "/bin", "/usr/bin" }; - size_t i; - char buf[1024]; - - for (i = 0; i < sizeof dirs / sizeof dirs[0]; ++i) { - snprintf (buf, sizeof buf, "%s/%s", dirs[i], prog); - if (access (buf, X_OK) == 0) + const char *pathc = getenv ("PATH"); + + if (!pathc) + return 0; + + const char *elem; + char *saveptr; + size_t len = strlen (pathc) + 1; + char path[len]; + strcpy (path, pathc); + + elem = strtok_r (path, ":", &saveptr); + while (elem) { + size_t n = strlen (elem) + strlen (p...
2010 Oct 10
2
Help reading table rows into lists
Hi all, I have a large table mapping thousands of COGs(groups of genes) to pathways. # Ex COG0001 patha pathb pathc COG0002 pathd pathe COG0003 pathe pathf pathg pathh ## I would like to combine this information into a big list such as below COG2PATHWAY<- list (COG0001 = c ("patha ","pathb ","pathc "),COG0002=c("pathd","pathe"),COG0003=c("pathf&q...
2015 Jun 23
0
Re: [PATCH] daemon: Rewrite prog_exists so it uses the actual PATH, not hard-coded list.
...r/sbin", "/bin", "/usr/bin" }; > - size_t i; > - char buf[1024]; > - > - for (i = 0; i < sizeof dirs / sizeof dirs[0]; ++i) { > - snprintf (buf, sizeof buf, "%s/%s", dirs[i], prog); > - if (access (buf, X_OK) == 0) > + const char *pathc = getenv ("PATH"); > + > + if (!pathc) > + return 0; > + > + const char *elem; > + char *saveptr; > + size_t len = strlen (pathc) + 1; > + char path[len]; > + strcpy (path, pathc); > + > + elem = strtok_r (path, ":", &saveptr); >...
2012 Mar 12
1
SEM eigen value error 0 X 0 matrix
...ion. Here is my specified model: # Primary model wellbeing.model <- specifyModel() belonging -> optimism, path1 autonomy -> optimism, path2 optimism -> wellbeing, path3 belonging -> belonging_hapmar, patha belonging -> belonging_attend, pathb belonging -> belonging_cowrkint, pathc autonomy -> autonomy_overwork, pathd autonomy -> autonomy_famwkoff, pathe autonomy -> autonomy_hrsrelax, pathf optimism -> optimism_confinan, pathg optimism -> optimism_goodlife, pathh optimism -> optimis_conlegis, pathi wellbeing -> wellbeing_happy, pathj wellbeing -> wellb...
2004 Jul 15
1
zapras - and kernel ??
...0 Jul 15 11:43:57 voip1 pppd[9299]: Zaptel device is 'stdin' Jul 15 11:43:57 voip1 pppd[9299]: Unable to put device 'stdin' into HDLC mode Jul 15 02:43:57 voip1 kernel: Zaptel: Zaptel PPP support not compiled in Jul 15 11:43:57 voip1 pppd[9299]: Exit. It's thrue, I have'nt pathced and compiled the kernel, but Can't find anything about it - no reademe. Any clue ? or any how-to for the zapras ? -- mvh. Hans-Henrik Andresen ------------------------------------------ Telefon for en flad 20'er - www.telefin.dk ------------------------------------------
2003 Mar 04
6
ip rule nat
when doing somehitng like ip rule add fwmark 3 nat 200.42.75.183 table ppp0 prio 1 (the idea is that packets that match the fwmark 3 change their source address to 200.42.75.183)..it first apply the nat and then routes to table ppp0 right? in such case the, nat, why may be nat not being applyed? cause it doesnt work at all..it goes to that interface but does not nat the src address of the package.
2017 Jan 12
3
[PATCH 0/3] library: improve handling of external tools
Hi, the libguestfs library uses a number of external tools; for some of them, we search for them at build time, enabling some feature only if found, and later on assuming at runtime they are installed. However, the situation is more complex than that: - hardcoding the full path means that there is an incoherency in the way some of the tools are used, as some other tools (e.g. qemu-img) are
2002 Oct 17
4
information about XP <-> samba ?
I'm thinking about upgrading our NT4-clients to XP in the near future and I want to know how well XP is supported by SAMBA in the recent samba-versions. I found many single statements in usenet, but I wonder if there is a kind of XP-FAQ out there. (The one at samba-page is very outdated) Especially I need to know how well XP integrates in a existing NT4-domain (samba as PDC). Then I need
2017 Feb 02
4
[PATCH v2 0/3] library: improve handling of external tools
Hi, the libguestfs library uses a number of external tools; for some of them, we search for them at build time, enabling some feature only if found, and later on assuming at runtime they are installed. However, the situation is more complex than that: - hardcoding the full path means that there is an incoherency in the way some of the tools are used, as some other tools (e.g. qemu-img) are
2013 May 23
11
[Bug 824] New: --utc option is not working in iptables version 1.4.7/8
https://bugzilla.netfilter.org/show_bug.cgi?id=824 Summary: --utc option is not working in iptables version 1.4.7/8 Product: iptables Version: unspecified Platform: i386 OS/Version: Fedora Status: NEW Severity: major Priority: P5 Component: iptables AssignedTo: netfilter-buglog
2016 Mar 06
8
[PATCH 0/5] Use less stack.
Various changes/fixes to use smaller stack frames. Rich.
2019 Jan 30
0
EPEL repo problem
...> Yeah.. sorry. I didn't see I had made this one little change to my version: diff --git a/check_metalink b/check_metalink index f2beeb5..380b16d 100755 --- a/check_metalink +++ b/check_metalink @@ -1,4 +1,4 @@ -#!/bin/python3 +#!/bin/python I will see if I can make this work without that pathc. > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > -- Stephen J Smoogen.
2015 Apr 24
1
Upgrade from 4.1.9 to 4.1.17
...cess story with a scheduled samba4 upgrade. Our faculty domain contains one dc and two fileserver, plus the pc labor windows machines(7 room * 25 machines). We use debian on the servers and installed samba4 from stable backports. Experiences: * i could successfully apply the samdb.py and user.py pathces from Rowland Penny. After that, the user creation worked as before * for the first dc start i have to wait about 20 minutes. It was an unpleasant suprise, i restarted samba many times, i thought i was stuck into some loop. At loglevel 10 i only saw some ldb operations and one cpu core went to 100...
2002 Jul 30
0
[Bug 373] New: Error in the make install
...is Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: shaila at engr.colostate.edu Hi I am trying to build ssh on a Ultra 10 machine running Solaris 8. I downloaded the pathc for the /drv/random and openssl. i installed both of them and did not face any problem. Then I downloaded openssh3.4p1. Configuration and make did not give me any problems. But make install gave me the following error message :- d sshd || \ echo "WARNING: Privilege separation user \&q...
2008 Jun 17
1
nss_ldap (was Re: Could this be an advantage of CentOS over the PNAELV distribution?_
> There is a bug with nss_ldap and bash32 ... I created a new RPM for the > nss_ldap that is currently in our testing repo. Johnny, I was wondering if that RPM includes the security fixes detailed in https://rhn.redhat.com/errata/RHSA-2008-0389.html Thanks in advance, M
2002 Jul 19
1
My patches in bugzilla
Has anyone put an eye to my patches*? AFAIK, they're simple and quite innocuous. Sorry to be a bother. (*) http://bugs.xiph.org/show_bug.cgi?id=208 http://bugs.xiph.org/show_bug.cgi?id=210 -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg
2008 Mar 07
0
Piping logs to rotatelog
Mongrel clusters lets yuo pick a path to your logs with the "-l " switch. I tried giving a pathc that contains the rotatelogs like -l |/usr/sbin/rotatelogs /var/log/mongrel.log 3600" And it just gave me error. So I rolledup my sleeves and dig into: 1) /usr/lib/ruby/gems/1.8/gems/mongrel_cluster-1.0.5/lib/mongrel_cluster/init.rb 2) /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/...
2003 Jun 13
1
R 1.7.0 startup error: .addMethodFrom...
Does anyone know what could be causing the following error message on startup of R: Error in .addMethodFrom(def,argName[1],class[1],fromClass) : object "*tmp*" not found. I'm using R 1.7.0 and Windows 2000. This happened shortly after I installed 1.7.0. Once it occurs, R freezes. >From then on R will always freeze with this error message. I reinstalled 1.7.0 and it worked
2006 Aug 23
3
How to select Skype traffic??
Hi, I have simple question about Skype. What are the methods of selecting packets which belongs to Skype?? I know about 7layer but I don''t belive that is only way. Is 7layer realy good and stable solution for routers which must handle more than 1000 users ? Thanks in advance Pozdrawiam Szymon Turkiewicz
2006 Jun 24
2
An RPM of wine with safedisc support
Safedisc has now been working on wine for almost a year, but it'll still take some time before we get the code into winehq, so I've decided to build an RPM of wine with safedisc 1 support so users can play around with it, you can download it from http://www003.portalis.it/115/wine-safedisc-0.9.16-mdk.i586.rpm Safedisc 2 and above are not supported. This is based on wine 0.9.16, however it