search for: nafter

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

Did you mean: after
2006 Oct 13
1
RODBC sqlQuery insert slow
...strptime(x[2],"%d/%m/%y %H:%M:%S %p '", d1, "' ,", paste(x[3:12], collapse = ", "), ")" ) sqlQuery(channel, sql) } ntry=dim(ti)[1] date() nbefore=sqlQuery(channel,"SELECT COUNT(*) FROM logger") apply(ti, 2, Append.SQL, channel = channel) nafter=sqlQuery(channel,"SELECT COUNT(*) FROM logger") nadded=nafter-nbefore;nadded date() ------------------------------------------------------------------------ ---- ir. Thierry Onkelinx Instituut voor natuur- en bosonderzoek / Reseach Institute for Nature and Forest Cel biometrie, method...
2015 Dec 21
2
Network services start before network is up since migrating to 7.2
...r network is online : for fic in $(grep -rl "After=.*network.target" /lib/systemd/system | cut -d/ -f5 | grep -v "network-online.target") do [ ! -d "/etc/systemd/system/${fic}.d" ] && mkdir -v "/etc/systemd/system/${fic}.d" echo -e "[Unit]\nAfter=network-online.target" > "/etc/systemd/system/${fic}.d/local-network-online.conf" && echo "/etc/systemd/system/${fic}.d/local-network-online.conf" done systemctl daemon-reload That's working as is, so I'll keep this workaround for now. Sylvain. Pensez E...
2015 Dec 21
0
Network services start before network is up since migrating to 7.2
...r fic in $(grep -rl "After=.*network.target" /lib/systemd/system | cut > -d/ -f5 | grep -v "network-online.target") > do > [ ! -d "/etc/systemd/system/${fic}.d" ] && mkdir -v > "/etc/systemd/system/${fic}.d" > echo -e "[Unit]\nAfter=network-online.target" > > "/etc/systemd/system/${fic}.d/local-network-online.conf" && echo > "/etc/systemd/system/${fic}.d/local-network-online.conf" > done > systemctl daemon-reload > > That's working as is, so I'll keep this workaroun...
2013 Feb 19
0
[LLVMdev] ARM assembler's syntax in clang
...: main.c=========================================== #include <stdio.h> extern void add_gas(int* dst, int* src1, int* src2); int main(int argc, char **argv) { int a = 10; int b = 10; int c = 0; add_gas(&c, &a, &b); printf("\nafter call add_gas, c=%d\ (should be 20)\n", c); return 0; } =============file: iosasm_clang.s===================================== /* this code follows ios' as syntax * comment test */ .text .globl add_gas .align 4 add_gas:...
2013 Feb 14
2
[LLVMdev] ARM assembler's syntax in clang
Thanks, Renato. I'm actually porting a project which is based on GAS to iOS platform. I'll report my result. Best regards! ashi On Feb 13, 2013, at 6:20 PM, Renato Golin <renato.golin at linaro.org> wrote: > I don't think there is such a document... > > There isn't a 1:1 compatibility assurance with any syntax, including the UAL and GAS, but there is good
2016 Feb 02
4
CentOS 7, NSF, "feature"
In the last month, we've discovered a new, ahhhh, "feature" in the version of the version of NFS with CentOS 7: on startup, if it cannot resolve a given host, it dies. It does not continue on up, with all the other hosts it's exporting to, and just log a message. Is there a workaround, or a configuration, to change this "fail on unresolved host" behaviour? mark
2015 Dec 17
3
Network services start before network is up since migrating to 7.2
Hello James, > Well it looks like you are using the network service rather than the > recommended NetworkManager ... Yes. That's the way our security experts made the models I use to setup my servers. I'll test a migration to NetworkManager, and take their advice on it. > > The network service is not blocking the flow so it executes and systemd > carries on ... >
2019 Oct 15
4
Splitting the large libguestfs repo
I got a little way into this. The two attached patches are preliminary work. My proposed split is: libguestfs.git common -> git submodule libguestfs-common.git generator/ lib/ all language bindings C based tools (eg. virt-df, virt-edit, guestfish) guestfs-tools.git common -> git submodule libguestfs-common.git